Shades of Cinnabar #E74B21
Tints of Cinnabar #E74B21
RGB
CMYK
RGB Variations
Color information
#E74B21 (or 0xE74B21) is known color: Cinnabar. HEX triplet: E7, 4B and 21. RGB value is (231,75,33). Sum of RGB (Red+Green+Blue) = 231+75+33=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B21 is #18B4DE. Grayscale: #757575. Windows color (decimal): -1619167 or 2182119. OLE color: 2182119.
HSL color Cylindrical-coordinate representation of color #E74B21: hue angle of 12.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74B21 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.09 |
| HSL | 12.73º | 0.8% | 0.52% | - |
| HSV(B) | 12.73º | 0.86% | 0.91% | - |
| XYZ | 35.75 | 22.13 | 3.83 | - |
| YUV | 116.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 33 | 0 | 0.68 | 0.86 | 0.09 | 12.73 | 0.8 | 0.52 |
| Hex | E7 | 4B | 21 | 0 | 44 | 56 | 9 | D | 50 | 34 |
| Octal | 347 | 113 | 41 | 0 | 104 | 126 | 11 | 15 | 120 | 64 |
| Binary | 11100111 | 1001011 | 100001 | 0 | 1000100 | 1010110 | 1001 | 1101 | 1010000 | 110100 |
Color Harmonies of #E74B21
Complementary color
Monochromatic Colors of #E74B21
Black with #E74B21
Text Example
Text Example
White with #E74B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B21; }
p { color: rgb(231,75,33); }
H1.HeaderClassName
{
color: #E74B21;
}
.AnyTagClassName
{
color: #E74B21;
}
</style>
background-color css
<style>
a { background-color: #E74B21; }
a { background-color: rgb(231,75,33); }
div.DivClassName
{
background-color: #E74B21;
}
.BgClassName
{
background-color: #E74B21;
}
</style>
border-color css
<style>
span { border-color: #E74B21; }
span { border-color: rgb(231,75,33); }
td.TdClassName
{
border-color: #E74B21;
}
.TagClassName
{
border-color: #E74B21;
}
</style>