Shades of Cinnabar #EA4333
Tints of Cinnabar #EA4333
RGB
CMYK
RGB Variations
Color information
#EA4333 (or 0xEA4333) is known color: Cinnabar. HEX triplet: EA, 43 and 33. RGB value is (234,67,51). Sum of RGB (Red+Green+Blue) = 234+67+51=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4333 is #15BCCC. Grayscale: #737373. Windows color (decimal): -1424589 or 3359722. OLE color: 3359722.
HSL color Cylindrical-coordinate representation of color #EA4333: hue angle of 5.25º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA4333 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 51 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.08 |
| HSL | 5.25º | 0.81% | 0.56% | - |
| HSV(B) | 5.25º | 0.78% | 0.92% | - |
| XYZ | 36.54 | 21.75 | 5.4 | - |
| YUV | 115.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 51 | 0 | 0.71 | 0.78 | 0.08 | 5.25 | 0.81 | 0.56 |
| Hex | EA | 43 | 33 | 0 | 47 | 4E | 8 | 5 | 51 | 38 |
| Octal | 352 | 103 | 63 | 0 | 107 | 116 | 10 | 5 | 121 | 70 |
| Binary | 11101010 | 1000011 | 110011 | 0 | 1000111 | 1001110 | 1000 | 101 | 1010001 | 111000 |
Color Harmonies of #EA4333
Complementary color
Monochromatic Colors of #EA4333
Black with #EA4333
Text Example
Text Example
White with #EA4333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4333; }
p { color: rgb(234,67,51); }
H1.HeaderClassName
{
color: #EA4333;
}
.AnyTagClassName
{
color: #EA4333;
}
</style>
background-color css
<style>
a { background-color: #EA4333; }
a { background-color: rgb(234,67,51); }
div.DivClassName
{
background-color: #EA4333;
}
.BgClassName
{
background-color: #EA4333;
}
</style>
border-color css
<style>
span { border-color: #EA4333; }
span { border-color: rgb(234,67,51); }
td.TdClassName
{
border-color: #EA4333;
}
.TagClassName
{
border-color: #EA4333;
}
</style>