Shades of Cinnabar #EF413B
Tints of Cinnabar #EF413B
RGB
CMYK
RGB Variations
Color information
#EF413B (or 0xEF413B) is known color: Cinnabar. HEX triplet: EF, 41 and 3B. RGB value is (239,65,59). Sum of RGB (Red+Green+Blue) = 239+65+59=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF413B is #10BEC4. Grayscale: #747474. Windows color (decimal): -1097413 or 3883503. OLE color: 3883503.
HSL color Cylindrical-coordinate representation of color #EF413B: hue angle of 2º 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 #EF413B is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 59 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.06 |
| HSL | 2º | 0.85% | 0.58% | - |
| HSV(B) | 2º | 0.75% | 0.94% | - |
| XYZ | 38.28 | 22.45 | 6.45 | - |
| YUV | 116.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 59 | 0 | 0.73 | 0.75 | 0.06 | 2 | 0.85 | 0.58 |
| Hex | EF | 41 | 3B | 0 | 49 | 4B | 6 | 2 | 55 | 3A |
| Octal | 357 | 101 | 73 | 0 | 111 | 113 | 6 | 2 | 125 | 72 |
| Binary | 11101111 | 1000001 | 111011 | 0 | 1001001 | 1001011 | 110 | 10 | 1010101 | 111010 |
Color Harmonies of #EF413B
Complementary color
Monochromatic Colors of #EF413B
Black with #EF413B
Text Example
Text Example
White with #EF413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF413B; }
p { color: rgb(239,65,59); }
H1.HeaderClassName
{
color: #EF413B;
}
.AnyTagClassName
{
color: #EF413B;
}
</style>
background-color css
<style>
a { background-color: #EF413B; }
a { background-color: rgb(239,65,59); }
div.DivClassName
{
background-color: #EF413B;
}
.BgClassName
{
background-color: #EF413B;
}
</style>
border-color css
<style>
span { border-color: #EF413B; }
span { border-color: rgb(239,65,59); }
td.TdClassName
{
border-color: #EF413B;
}
.TagClassName
{
border-color: #EF413B;
}
</style>