Shades of Cinnabar #EA3E2D
Tints of Cinnabar #EA3E2D
RGB
CMYK
RGB Variations
Color information
#EA3E2D (or 0xEA3E2D) is known color: Cinnabar. HEX triplet: EA, 3E and 2D. RGB value is (234,62,45). Sum of RGB (Red+Green+Blue) = 234+62+45=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E2D is #15C1D2. Grayscale: #6F6F6F. Windows color (decimal): -1425875 or 2965226. OLE color: 2965226.
HSL color Cylindrical-coordinate representation of color #EA3E2D: hue angle of 5.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA3E2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 62 | 45 | - |
CMYK | 0 | 0.74 | 0.81 | 0.08 |
HSL | 5.4º | 0.82% | 0.55% | - |
HSV(B) | 5.4º | 0.81% | 0.92% | - |
XYZ | 36.13 | 21.13 | 4.66 | - |
YUV | 111.49 | 90.48 | 215.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 62 | 45 | 0 | 0.74 | 0.81 | 0.08 | 5.4 | 0.82 | 0.55 |
Hex | EA | 3E | 2D | 0 | 4A | 51 | 8 | 5 | 52 | 37 |
Octal | 352 | 76 | 55 | 0 | 112 | 121 | 10 | 5 | 122 | 67 |
Binary | 11101010 | 111110 | 101101 | 0 | 1001010 | 1010001 | 1000 | 101 | 1010010 | 110111 |
Color Harmonies of #EA3E2D
Complementary color
Monochromatic Colors of #EA3E2D
Black with #EA3E2D
Text Example
Text Example
White with #EA3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3E2D; }
p { color: rgb(234,62,45); }
H1.HeaderClassName
{
color: #EA3E2D;
}
.AnyTagClassName
{
color: #EA3E2D;
}
</style>
background-color css
<style>
a { background-color: #EA3E2D; }
a { background-color: rgb(234,62,45); }
div.DivClassName
{
background-color: #EA3E2D;
}
.BgClassName
{
background-color: #EA3E2D;
}
</style>
border-color css
<style>
span { border-color: #EA3E2D; }
span { border-color: rgb(234,62,45); }
td.TdClassName
{
border-color: #EA3E2D;
}
.TagClassName
{
border-color: #EA3E2D;
}
</style>