Shades of Cinnabar #EA411C
Tints of Cinnabar #EA411C
RGB
CMYK
RGB Variations
Color information
#EA411C (or 0xEA411C) is known color: Cinnabar. HEX triplet: EA, 41 and 1C. RGB value is (234,65,28). Sum of RGB (Red+Green+Blue) = 234+65+28=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA411C is #15BEE3. Grayscale: #6F6F6F. Windows color (decimal): -1425124 or 1851882. OLE color: 1851882.
HSL color Cylindrical-coordinate representation of color #EA411C: hue angle of 10.78º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA411C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.08 |
| HSL | 10.78º | 0.83% | 0.51% | - |
| HSV(B) | 10.78º | 0.88% | 0.92% | - |
| XYZ | 36.03 | 21.36 | 3.32 | - |
| YUV | 111.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 28 | 0 | 0.72 | 0.88 | 0.08 | 10.78 | 0.83 | 0.51 |
| Hex | EA | 41 | 1C | 0 | 48 | 58 | 8 | B | 53 | 33 |
| Octal | 352 | 101 | 34 | 0 | 110 | 130 | 10 | 13 | 123 | 63 |
| Binary | 11101010 | 1000001 | 11100 | 0 | 1001000 | 1011000 | 1000 | 1011 | 1010011 | 110011 |
Color Harmonies of #EA411C
Complementary color
Monochromatic Colors of #EA411C
Black with #EA411C
Text Example
Text Example
White with #EA411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA411C; }
p { color: rgb(234,65,28); }
H1.HeaderClassName
{
color: #EA411C;
}
.AnyTagClassName
{
color: #EA411C;
}
</style>
background-color css
<style>
a { background-color: #EA411C; }
a { background-color: rgb(234,65,28); }
div.DivClassName
{
background-color: #EA411C;
}
.BgClassName
{
background-color: #EA411C;
}
</style>
border-color css
<style>
span { border-color: #EA411C; }
span { border-color: rgb(234,65,28); }
td.TdClassName
{
border-color: #EA411C;
}
.TagClassName
{
border-color: #EA411C;
}
</style>