Shades of Cinnabar #EA2621
Tints of Cinnabar #EA2621
RGB
CMYK
RGB Variations
Color information
#EA2621 (or 0xEA2621) is known color: Cinnabar. HEX triplet: EA, 26 and 21. RGB value is (234,38,33). Sum of RGB (Red+Green+Blue) = 234+38+33=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2621 is #15D9DE. Grayscale: #606060. Windows color (decimal): -1432031 or 2172650. OLE color: 2172650.
HSL color Cylindrical-coordinate representation of color #EA2621: hue angle of 1.49º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2621 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.08 |
| HSL | 1.49º | 0.83% | 0.52% | - |
| HSV(B) | 1.49º | 0.86% | 0.92% | - |
| XYZ | 34.9 | 18.99 | 3.26 | - |
| YUV | 96.03 | 92.43 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 33 | 0 | 0.84 | 0.86 | 0.08 | 1.49 | 0.83 | 0.52 |
| Hex | EA | 26 | 21 | 0 | 54 | 56 | 8 | 1 | 53 | 34 |
| Octal | 352 | 46 | 41 | 0 | 124 | 126 | 10 | 1 | 123 | 64 |
| Binary | 11101010 | 100110 | 100001 | 0 | 1010100 | 1010110 | 1000 | 1 | 1010011 | 110100 |
Color Harmonies of #EA2621
Complementary color
Monochromatic Colors of #EA2621
Black with #EA2621
Text Example
Text Example
White with #EA2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2621; }
p { color: rgb(234,38,33); }
H1.HeaderClassName
{
color: #EA2621;
}
.AnyTagClassName
{
color: #EA2621;
}
</style>
background-color css
<style>
a { background-color: #EA2621; }
a { background-color: rgb(234,38,33); }
div.DivClassName
{
background-color: #EA2621;
}
.BgClassName
{
background-color: #EA2621;
}
</style>
border-color css
<style>
span { border-color: #EA2621; }
span { border-color: rgb(234,38,33); }
td.TdClassName
{
border-color: #EA2621;
}
.TagClassName
{
border-color: #EA2621;
}
</style>