Color: #E3200C
#E3200C Color Information
#E3200C is a dark color. The closest websafe version is #E3200C. A complement of this color would be #0CCEE4, perceived brightness is 0.35, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 6°,a saturation of 90%, and a lightness of 47%.The HSV representation shows a hue of 6°, a saturation of 95%, and a value of 89%.
In a RGB color space, #E3200C is composed of 89% red, 13% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 95% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 18.15, x: 0.6348, and y: 0.3378.
Color Code #E3200C
Shades of Color #E3200C
Shades are created by darkening the original color #E3200C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #E3200C
Tints are created by lightening the original color #E3200C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #E3200C Color Code
In the HSL color space, this color has a hue angle of 6°, a saturation of 90%, and a lightness of 47%. The HSV representation shows a hue of 6°, a saturation of 95%, and a value of 89%.
- HEX: #E3200C
- RGB: rgb(227, 32, 12)
- HSL: hsl(6, 90%, 47%)
- HSV: hsv(6, 95%, 89%)
- CMYK: 0.00% cyan, 86.00% magenta, 95.00% yellow, 11.00% black
- XYZ: 34.11, 18.15, 1.47
- Yxy: 18.15, 0.6348, 0.3378
- Hunter Lab: 49.68, 70.52, 60.97
- CIE-Lab: 49.68, 70.52, 60.97
In the XYZ color space, this color is represented as X: 34.11, Y: 18.15, Z: 1.47. The Yxy representation further refines this as Y: 18.15, x: 0.6348, and y: 0.3378.
In the Hunter Lab color space, this color is represented as L: 49.68, a: 70.52, and b: 60.97. Similarly, in the CIE-Lab color space, it is represented as L: 49.68, a: 70.52, and b: 60.97.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #E3200C
Triadic colors are three colors evenly spaced around the color wheel, including #E3200C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #E3200C
Split complementary colors are two colors adjacent to the complementary color of #E3200C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #E3200C
Monochromatic colors are variations of #E3200C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E3200C
The complementary color of #E3200C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #E3200C
/* Using HEX */ body { background-color: #e3200c; }
/* Using RGB */ body { background-color: rgb(227, 32, 12); }
/* Using RGB with opacity */ body { background-color: rgba(227, 32, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(6, 90%, 47%); }
/* Text color */ p { color: #e3200c; }
/* Box shadow */ div { box-shadow: 4px 4px #e3200c; }
/* Border color */ .box { border: 4px solid #e3200c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e3200c; }
/* Background with text */ div { background: #e3200c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E3200C
<!-- Using HEX --> <div style="background-color: #e3200c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(227, 32, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(227, 32, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(6, 90%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e3200c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e3200c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e3200c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e3200c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e3200c; color: #fff; padding: 16px; border-radius: 8px;"> #E3200C </div>
Related Colors of #E3200C
These colors are similar to #E3200C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.