Shades of Cinnabar #EA3333
Tints of Cinnabar #EA3333
RGB
CMYK
RGB Variations
Color information
#EA3333 (or 0xEA3333) is known color: Cinnabar. HEX triplet: EA, 33 and 33. RGB value is (234,51,51). Sum of RGB (Red+Green+Blue) = 234+51+51=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3333 is #15CCCC. Grayscale: #696969. Windows color (decimal): -1428685 or 3355626. OLE color: 3355626.
HSL color Cylindrical-coordinate representation of color #EA3333: hue angle of 0º 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 #EA3333 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 51 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.08 |
| HSL | 0º | 0.81% | 0.56% | - |
| HSV(B) | 0º | 0.78% | 0.92% | - |
| XYZ | 35.71 | 20.1 | 5.13 | - |
| YUV | 105.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 51 | 0 | 0.78 | 0.78 | 0.08 | 0 | 0.81 | 0.56 |
| Hex | EA | 33 | 33 | 0 | 4E | 4E | 8 | 0 | 51 | 38 |
| Octal | 352 | 63 | 63 | 0 | 116 | 116 | 10 | 0 | 121 | 70 |
| Binary | 11101010 | 110011 | 110011 | 0 | 1001110 | 1001110 | 1000 | 0 | 1010001 | 111000 |
Color Harmonies of #EA3333
Complementary color
Monochromatic Colors of #EA3333
Black with #EA3333
Text Example
Text Example
White with #EA3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3333; }
p { color: rgb(234,51,51); }
H1.HeaderClassName
{
color: #EA3333;
}
.AnyTagClassName
{
color: #EA3333;
}
</style>
background-color css
<style>
a { background-color: #EA3333; }
a { background-color: rgb(234,51,51); }
div.DivClassName
{
background-color: #EA3333;
}
.BgClassName
{
background-color: #EA3333;
}
</style>
border-color css
<style>
span { border-color: #EA3333; }
span { border-color: rgb(234,51,51); }
td.TdClassName
{
border-color: #EA3333;
}
.TagClassName
{
border-color: #EA3333;
}
</style>