Shades of Cinnabar #EF452F
Tints of Cinnabar #EF452F
RGB
CMYK
RGB Variations
Color information
#EF452F (or 0xEF452F) is known color: Cinnabar. HEX triplet: EF, 45 and 2F. RGB value is (239,69,47). Sum of RGB (Red+Green+Blue) = 239+69+47=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF452F is #10BAD0. Grayscale: #757575. Windows color (decimal): -1096401 or 3098095. OLE color: 3098095.
HSL color Cylindrical-coordinate representation of color #EF452F: hue angle of 6.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF452F is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 47 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.06 |
| HSL | 6.88º | 0.86% | 0.56% | - |
| HSV(B) | 6.88º | 0.8% | 0.94% | - |
| XYZ | 38.24 | 22.81 | 5.08 | - |
| YUV | 117.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 47 | 0 | 0.71 | 0.80 | 0.06 | 6.88 | 0.86 | 0.56 |
| Hex | EF | 45 | 2F | 0 | 47 | 50 | 6 | 7 | 56 | 38 |
| Octal | 357 | 105 | 57 | 0 | 107 | 120 | 6 | 7 | 126 | 70 |
| Binary | 11101111 | 1000101 | 101111 | 0 | 1000111 | 1010000 | 110 | 111 | 1010110 | 111000 |
Color Harmonies of #EF452F
Complementary color
Monochromatic Colors of #EF452F
Black with #EF452F
Text Example
Text Example
White with #EF452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF452F; }
p { color: rgb(239,69,47); }
H1.HeaderClassName
{
color: #EF452F;
}
.AnyTagClassName
{
color: #EF452F;
}
</style>
background-color css
<style>
a { background-color: #EF452F; }
a { background-color: rgb(239,69,47); }
div.DivClassName
{
background-color: #EF452F;
}
.BgClassName
{
background-color: #EF452F;
}
</style>
border-color css
<style>
span { border-color: #EF452F; }
span { border-color: rgb(239,69,47); }
td.TdClassName
{
border-color: #EF452F;
}
.TagClassName
{
border-color: #EF452F;
}
</style>