Shades of Cinnabar #EE4735
Tints of Cinnabar #EE4735
RGB
CMYK
RGB Variations
Color information
#EE4735 (or 0xEE4735) is known color: Cinnabar. HEX triplet: EE, 47 and 35. RGB value is (238,71,53). Sum of RGB (Red+Green+Blue) = 238+71+53=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4735 is #11B8CA. Grayscale: #777777. Windows color (decimal): -1161419 or 3491822. OLE color: 3491822.
HSL color Cylindrical-coordinate representation of color #EE4735: hue angle of 5.84º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE4735 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 53 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.07 |
| HSL | 5.84º | 0.84% | 0.57% | - |
| HSV(B) | 5.84º | 0.78% | 0.93% | - |
| XYZ | 38.16 | 22.94 | 5.79 | - |
| YUV | 118.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 53 | 0 | 0.70 | 0.78 | 0.07 | 5.84 | 0.84 | 0.57 |
| Hex | EE | 47 | 35 | 0 | 46 | 4E | 7 | 6 | 54 | 39 |
| Octal | 356 | 107 | 65 | 0 | 106 | 116 | 7 | 6 | 124 | 71 |
| Binary | 11101110 | 1000111 | 110101 | 0 | 1000110 | 1001110 | 111 | 110 | 1010100 | 111001 |
Color Harmonies of #EE4735
Complementary color
Monochromatic Colors of #EE4735
Black with #EE4735
Text Example
Text Example
White with #EE4735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4735; }
p { color: rgb(238,71,53); }
H1.HeaderClassName
{
color: #EE4735;
}
.AnyTagClassName
{
color: #EE4735;
}
</style>
background-color css
<style>
a { background-color: #EE4735; }
a { background-color: rgb(238,71,53); }
div.DivClassName
{
background-color: #EE4735;
}
.BgClassName
{
background-color: #EE4735;
}
</style>
border-color css
<style>
span { border-color: #EE4735; }
span { border-color: rgb(238,71,53); }
td.TdClassName
{
border-color: #EE4735;
}
.TagClassName
{
border-color: #EE4735;
}
</style>