Shades of Cinnabar #EF3D1C
Tints of Cinnabar #EF3D1C
RGB
CMYK
RGB Variations
Color information
#EF3D1C (or 0xEF3D1C) is known color: Cinnabar. HEX triplet: EF, 3D and 1C. RGB value is (239,61,28). Sum of RGB (Red+Green+Blue) = 239+61+28=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D1C is #10C2E3. Grayscale: #6E6E6E. Windows color (decimal): -1098468 or 1850863. OLE color: 1850863.
HSL color Cylindrical-coordinate representation of color #EF3D1C: hue angle of 9.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF3D1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.06 |
| HSL | 9.38º | 0.87% | 0.52% | - |
| HSV(B) | 9.38º | 0.88% | 0.94% | - |
| XYZ | 37.47 | 21.77 | 3.33 | - |
| YUV | 110.46 | 81.47 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 28 | 0 | 0.74 | 0.88 | 0.06 | 9.38 | 0.87 | 0.52 |
| Hex | EF | 3D | 1C | 0 | 4A | 58 | 6 | 9 | 57 | 34 |
| Octal | 357 | 75 | 34 | 0 | 112 | 130 | 6 | 11 | 127 | 64 |
| Binary | 11101111 | 111101 | 11100 | 0 | 1001010 | 1011000 | 110 | 1001 | 1010111 | 110100 |
Color Harmonies of #EF3D1C
Complementary color
Monochromatic Colors of #EF3D1C
Black with #EF3D1C
Text Example
Text Example
White with #EF3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D1C; }
p { color: rgb(239,61,28); }
H1.HeaderClassName
{
color: #EF3D1C;
}
.AnyTagClassName
{
color: #EF3D1C;
}
</style>
background-color css
<style>
a { background-color: #EF3D1C; }
a { background-color: rgb(239,61,28); }
div.DivClassName
{
background-color: #EF3D1C;
}
.BgClassName
{
background-color: #EF3D1C;
}
</style>
border-color css
<style>
span { border-color: #EF3D1C; }
span { border-color: rgb(239,61,28); }
td.TdClassName
{
border-color: #EF3D1C;
}
.TagClassName
{
border-color: #EF3D1C;
}
</style>