Shades of Cinnabar #EF3D3C
Tints of Cinnabar #EF3D3C
RGB
CMYK
RGB Variations
Color information
#EF3D3C (or 0xEF3D3C) is known color: Cinnabar. HEX triplet: EF, 3D and 3C. RGB value is (239,61,60). Sum of RGB (Red+Green+Blue) = 239+61+60=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D3C is #10C2C3. Grayscale: #727272. Windows color (decimal): -1098436 or 3948015. OLE color: 3948015.
HSL color Cylindrical-coordinate representation of color #EF3D3C: hue angle of 0.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3D3C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 60 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.06 |
| HSL | 0.34º | 0.85% | 0.59% | - |
| HSV(B) | 0.34º | 0.75% | 0.94% | - |
| XYZ | 38.08 | 22.01 | 6.52 | - |
| YUV | 114.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 60 | 0 | 0.74 | 0.75 | 0.06 | 0.34 | 0.85 | 0.59 |
| Hex | EF | 3D | 3C | 0 | 4A | 4B | 6 | 0 | 55 | 3B |
| Octal | 357 | 75 | 74 | 0 | 112 | 113 | 6 | 0 | 125 | 73 |
| Binary | 11101111 | 111101 | 111100 | 0 | 1001010 | 1001011 | 110 | 0 | 1010101 | 111011 |
Color Harmonies of #EF3D3C
Complementary color
Monochromatic Colors of #EF3D3C
Black with #EF3D3C
Text Example
Text Example
White with #EF3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D3C; }
p { color: rgb(239,61,60); }
H1.HeaderClassName
{
color: #EF3D3C;
}
.AnyTagClassName
{
color: #EF3D3C;
}
</style>
background-color css
<style>
a { background-color: #EF3D3C; }
a { background-color: rgb(239,61,60); }
div.DivClassName
{
background-color: #EF3D3C;
}
.BgClassName
{
background-color: #EF3D3C;
}
</style>
border-color css
<style>
span { border-color: #EF3D3C; }
span { border-color: rgb(239,61,60); }
td.TdClassName
{
border-color: #EF3D3C;
}
.TagClassName
{
border-color: #EF3D3C;
}
</style>