Shades of Cinnabar #EF423D
Tints of Cinnabar #EF423D
RGB
CMYK
RGB Variations
Color information
#EF423D (or 0xEF423D) is known color: Cinnabar. HEX triplet: EF, 42 and 3D. RGB value is (239,66,61). Sum of RGB (Red+Green+Blue) = 239+66+61=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF423D is #10BDC2. Grayscale: #757575. Windows color (decimal): -1097155 or 4014831. OLE color: 4014831.
HSL color Cylindrical-coordinate representation of color #EF423D: hue angle of 1.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF423D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.06 |
| HSL | 1.69º | 0.85% | 0.59% | - |
| HSV(B) | 1.69º | 0.74% | 0.94% | - |
| XYZ | 38.39 | 22.58 | 6.75 | - |
| YUV | 117.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 61 | 0 | 0.72 | 0.74 | 0.06 | 1.69 | 0.85 | 0.59 |
| Hex | EF | 42 | 3D | 0 | 48 | 4A | 6 | 2 | 55 | 3B |
| Octal | 357 | 102 | 75 | 0 | 110 | 112 | 6 | 2 | 125 | 73 |
| Binary | 11101111 | 1000010 | 111101 | 0 | 1001000 | 1001010 | 110 | 10 | 1010101 | 111011 |
Color Harmonies of #EF423D
Complementary color
Monochromatic Colors of #EF423D
Black with #EF423D
Text Example
Text Example
White with #EF423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF423D; }
p { color: rgb(239,66,61); }
H1.HeaderClassName
{
color: #EF423D;
}
.AnyTagClassName
{
color: #EF423D;
}
</style>
background-color css
<style>
a { background-color: #EF423D; }
a { background-color: rgb(239,66,61); }
div.DivClassName
{
background-color: #EF423D;
}
.BgClassName
{
background-color: #EF423D;
}
</style>
border-color css
<style>
span { border-color: #EF423D; }
span { border-color: rgb(239,66,61); }
td.TdClassName
{
border-color: #EF423D;
}
.TagClassName
{
border-color: #EF423D;
}
</style>