Shades of Cinnabar #EE4F2D
Tints of Cinnabar #EE4F2D
RGB
CMYK
RGB Variations
Color information
#EE4F2D (or 0xEE4F2D) is known color: Cinnabar. HEX triplet: EE, 4F and 2D. RGB value is (238,79,45). Sum of RGB (Red+Green+Blue) = 238+79+45=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4F2D is #11B0D2. Grayscale: #7A7A7A. Windows color (decimal): -1159379 or 2969582. OLE color: 2969582.
HSL color Cylindrical-coordinate representation of color #EE4F2D: hue angle of 10.57º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE4F2D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 79 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.07 |
| HSL | 10.57º | 0.85% | 0.55% | - |
| HSV(B) | 10.57º | 0.81% | 0.93% | - |
| XYZ | 38.53 | 23.96 | 5.08 | - |
| YUV | 122.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 45 | 0 | 0.67 | 0.81 | 0.07 | 10.57 | 0.85 | 0.55 |
| Hex | EE | 4F | 2D | 0 | 43 | 51 | 7 | B | 55 | 37 |
| Octal | 356 | 117 | 55 | 0 | 103 | 121 | 7 | 13 | 125 | 67 |
| Binary | 11101110 | 1001111 | 101101 | 0 | 1000011 | 1010001 | 111 | 1011 | 1010101 | 110111 |
Color Harmonies of #EE4F2D
Complementary color
Monochromatic Colors of #EE4F2D
Black with #EE4F2D
Text Example
Text Example
White with #EE4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4F2D; }
p { color: rgb(238,79,45); }
H1.HeaderClassName
{
color: #EE4F2D;
}
.AnyTagClassName
{
color: #EE4F2D;
}
</style>
background-color css
<style>
a { background-color: #EE4F2D; }
a { background-color: rgb(238,79,45); }
div.DivClassName
{
background-color: #EE4F2D;
}
.BgClassName
{
background-color: #EE4F2D;
}
</style>
border-color css
<style>
span { border-color: #EE4F2D; }
span { border-color: rgb(238,79,45); }
td.TdClassName
{
border-color: #EE4F2D;
}
.TagClassName
{
border-color: #EE4F2D;
}
</style>