Shades of Cinnabar #EF3B2D
Tints of Cinnabar #EF3B2D
RGB
CMYK
RGB Variations
Color information
#EF3B2D (or 0xEF3B2D) is known color: Cinnabar. HEX triplet: EF, 3B and 2D. RGB value is (239,59,45). Sum of RGB (Red+Green+Blue) = 239+59+45=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B2D is #10C4D2. Grayscale: #6F6F6F. Windows color (decimal): -1098963 or 2964463. OLE color: 2964463.
HSL color Cylindrical-coordinate representation of color #EF3B2D: hue angle of 4.33º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF3B2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.06 |
| HSL | 4.33º | 0.86% | 0.56% | - |
| HSV(B) | 4.33º | 0.81% | 0.94% | - |
| XYZ | 37.63 | 21.67 | 4.68 | - |
| YUV | 111.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 45 | 0 | 0.75 | 0.81 | 0.06 | 4.33 | 0.86 | 0.56 |
| Hex | EF | 3B | 2D | 0 | 4B | 51 | 6 | 4 | 56 | 38 |
| Octal | 357 | 73 | 55 | 0 | 113 | 121 | 6 | 4 | 126 | 70 |
| Binary | 11101111 | 111011 | 101101 | 0 | 1001011 | 1010001 | 110 | 100 | 1010110 | 111000 |
Color Harmonies of #EF3B2D
Complementary color
Monochromatic Colors of #EF3B2D
Black with #EF3B2D
Text Example
Text Example
White with #EF3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3B2D; }
p { color: rgb(239,59,45); }
H1.HeaderClassName
{
color: #EF3B2D;
}
.AnyTagClassName
{
color: #EF3B2D;
}
</style>
background-color css
<style>
a { background-color: #EF3B2D; }
a { background-color: rgb(239,59,45); }
div.DivClassName
{
background-color: #EF3B2D;
}
.BgClassName
{
background-color: #EF3B2D;
}
</style>
border-color css
<style>
span { border-color: #EF3B2D; }
span { border-color: rgb(239,59,45); }
td.TdClassName
{
border-color: #EF3B2D;
}
.TagClassName
{
border-color: #EF3B2D;
}
</style>