Shades of Cinnabar #E42C1F
Tints of Cinnabar #E42C1F
RGB
CMYK
RGB Variations
Color information
#E42C1F (or 0xE42C1F) is known color: Cinnabar. HEX triplet: E4, 2C and 1F. RGB value is (228,44,31). Sum of RGB (Red+Green+Blue) = 228+44+31=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42C1F is #1BD3E0. Grayscale: #616161. Windows color (decimal): -1823713 or 2043108. OLE color: 2043108.
HSL color Cylindrical-coordinate representation of color #E42C1F: hue angle of 3.96º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42C1F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 31 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.11 |
| HSL | 3.96º | 0.78% | 0.51% | - |
| HSV(B) | 3.96º | 0.86% | 0.89% | - |
| XYZ | 33.14 | 18.39 | 3.1 | - |
| YUV | 97.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 31 | 0 | 0.81 | 0.86 | 0.11 | 3.96 | 0.78 | 0.51 |
| Hex | E4 | 2C | 1F | 0 | 51 | 56 | B | 4 | 4E | 33 |
| Octal | 344 | 54 | 37 | 0 | 121 | 126 | 13 | 4 | 116 | 63 |
| Binary | 11100100 | 101100 | 11111 | 0 | 1010001 | 1010110 | 1011 | 100 | 1001110 | 110011 |
Color Harmonies of #E42C1F
Complementary color
Monochromatic Colors of #E42C1F
Black with #E42C1F
Text Example
Text Example
White with #E42C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C1F; }
p { color: rgb(228,44,31); }
H1.HeaderClassName
{
color: #E42C1F;
}
.AnyTagClassName
{
color: #E42C1F;
}
</style>
background-color css
<style>
a { background-color: #E42C1F; }
a { background-color: rgb(228,44,31); }
div.DivClassName
{
background-color: #E42C1F;
}
.BgClassName
{
background-color: #E42C1F;
}
</style>
border-color css
<style>
span { border-color: #E42C1F; }
span { border-color: rgb(228,44,31); }
td.TdClassName
{
border-color: #E42C1F;
}
.TagClassName
{
border-color: #E42C1F;
}
</style>