Shades of Cinnabar #EF431F
Tints of Cinnabar #EF431F
RGB
CMYK
RGB Variations
Color information
#EF431F (or 0xEF431F) is known color: Cinnabar. HEX triplet: EF, 43 and 1F. RGB value is (239,67,31). Sum of RGB (Red+Green+Blue) = 239+67+31=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF431F is #10BCE0. Grayscale: #727272. Windows color (decimal): -1096929 or 2049007. OLE color: 2049007.
HSL color Cylindrical-coordinate representation of color #EF431F: hue angle of 10.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF431F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.06 |
| HSL | 10.38º | 0.87% | 0.53% | - |
| HSV(B) | 10.38º | 0.87% | 0.94% | - |
| XYZ | 37.85 | 22.46 | 3.64 | - |
| YUV | 114.32 | 80.98 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 31 | 0 | 0.72 | 0.87 | 0.06 | 10.38 | 0.87 | 0.53 |
| Hex | EF | 43 | 1F | 0 | 48 | 57 | 6 | A | 57 | 35 |
| Octal | 357 | 103 | 37 | 0 | 110 | 127 | 6 | 12 | 127 | 65 |
| Binary | 11101111 | 1000011 | 11111 | 0 | 1001000 | 1010111 | 110 | 1010 | 1010111 | 110101 |
Color Harmonies of #EF431F
Complementary color
Monochromatic Colors of #EF431F
Black with #EF431F
Text Example
Text Example
White with #EF431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF431F; }
p { color: rgb(239,67,31); }
H1.HeaderClassName
{
color: #EF431F;
}
.AnyTagClassName
{
color: #EF431F;
}
</style>
background-color css
<style>
a { background-color: #EF431F; }
a { background-color: rgb(239,67,31); }
div.DivClassName
{
background-color: #EF431F;
}
.BgClassName
{
background-color: #EF431F;
}
</style>
border-color css
<style>
span { border-color: #EF431F; }
span { border-color: rgb(239,67,31); }
td.TdClassName
{
border-color: #EF431F;
}
.TagClassName
{
border-color: #EF431F;
}
</style>