Shades of Cinnabar #EF423B
Tints of Cinnabar #EF423B
RGB
CMYK
RGB Variations
Color information
#EF423B (or 0xEF423B) is known color: Cinnabar. HEX triplet: EF, 42 and 3B. RGB value is (239,66,59). Sum of RGB (Red+Green+Blue) = 239+66+59=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF423B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF423B is #10BDC4. Grayscale: #757575. Windows color (decimal): -1097157 or 3883759. OLE color: 3883759.
HSL color Cylindrical-coordinate representation of color #EF423B: hue angle of 2.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF423B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 59 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.06 |
| HSL | 2.33º | 0.85% | 0.58% | - |
| HSV(B) | 2.33º | 0.75% | 0.94% | - |
| XYZ | 38.33 | 22.56 | 6.47 | - |
| YUV | 116.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 59 | 0 | 0.72 | 0.75 | 0.06 | 2.33 | 0.85 | 0.58 |
| Hex | EF | 42 | 3B | 0 | 48 | 4B | 6 | 2 | 55 | 3A |
| Octal | 357 | 102 | 73 | 0 | 110 | 113 | 6 | 2 | 125 | 72 |
| Binary | 11101111 | 1000010 | 111011 | 0 | 1001000 | 1001011 | 110 | 10 | 1010101 | 111010 |
Color Harmonies of #EF423B
Complementary color
Monochromatic Colors of #EF423B
Black with #EF423B
Text Example
Text Example
White with #EF423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF423B; }
p { color: rgb(239,66,59); }
H1.HeaderClassName
{
color: #EF423B;
}
.AnyTagClassName
{
color: #EF423B;
}
</style>
background-color css
<style>
a { background-color: #EF423B; }
a { background-color: rgb(239,66,59); }
div.DivClassName
{
background-color: #EF423B;
}
.BgClassName
{
background-color: #EF423B;
}
</style>
border-color css
<style>
span { border-color: #EF423B; }
span { border-color: rgb(239,66,59); }
td.TdClassName
{
border-color: #EF423B;
}
.TagClassName
{
border-color: #EF423B;
}
</style>