Shades of Cinnabar #EF422D
Tints of Cinnabar #EF422D
RGB
CMYK
RGB Variations
Color information
#EF422D (or 0xEF422D) is known color: Cinnabar. HEX triplet: EF, 42 and 2D. RGB value is (239,66,45). Sum of RGB (Red+Green+Blue) = 239+66+45=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF422D is #10BDD2. Grayscale: #737373. Windows color (decimal): -1097171 or 2966255. OLE color: 2966255.
HSL color Cylindrical-coordinate representation of color #EF422D: hue angle of 6.49º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF422D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.06 |
| HSL | 6.49º | 0.86% | 0.56% | - |
| HSV(B) | 6.49º | 0.81% | 0.94% | - |
| XYZ | 38.02 | 22.44 | 4.81 | - |
| YUV | 115.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 45 | 0 | 0.72 | 0.81 | 0.06 | 6.49 | 0.86 | 0.56 |
| Hex | EF | 42 | 2D | 0 | 48 | 51 | 6 | 6 | 56 | 38 |
| Octal | 357 | 102 | 55 | 0 | 110 | 121 | 6 | 6 | 126 | 70 |
| Binary | 11101111 | 1000010 | 101101 | 0 | 1001000 | 1010001 | 110 | 110 | 1010110 | 111000 |
Color Harmonies of #EF422D
Complementary color
Monochromatic Colors of #EF422D
Black with #EF422D
Text Example
Text Example
White with #EF422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF422D; }
p { color: rgb(239,66,45); }
H1.HeaderClassName
{
color: #EF422D;
}
.AnyTagClassName
{
color: #EF422D;
}
</style>
background-color css
<style>
a { background-color: #EF422D; }
a { background-color: rgb(239,66,45); }
div.DivClassName
{
background-color: #EF422D;
}
.BgClassName
{
background-color: #EF422D;
}
</style>
border-color css
<style>
span { border-color: #EF422D; }
span { border-color: rgb(239,66,45); }
td.TdClassName
{
border-color: #EF422D;
}
.TagClassName
{
border-color: #EF422D;
}
</style>