Shades of Cinnabar #EE431B
Tints of Cinnabar #EE431B
RGB
CMYK
RGB Variations
Color information
#EE431B (or 0xEE431B) is known color: Cinnabar. HEX triplet: EE, 43 and 1B. RGB value is (238,67,27). Sum of RGB (Red+Green+Blue) = 238+67+27=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431B is #11BCE4. Grayscale: #717171. Windows color (decimal): -1162469 or 1786862. OLE color: 1786862.
HSL color Cylindrical-coordinate representation of color #EE431B: hue angle of 11.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE431B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.37º | 0.86% | 0.52% | - |
| HSV(B) | 11.37º | 0.89% | 0.93% | - |
| XYZ | 37.46 | 22.27 | 3.36 | - |
| YUV | 113.57 | 79.15 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 27 | 0 | 0.72 | 0.89 | 0.07 | 11.37 | 0.86 | 0.52 |
| Hex | EE | 43 | 1B | 0 | 48 | 59 | 7 | B | 56 | 34 |
| Octal | 356 | 103 | 33 | 0 | 110 | 131 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000011 | 11011 | 0 | 1001000 | 1011001 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE431B
Complementary color
Monochromatic Colors of #EE431B
Black with #EE431B
Text Example
Text Example
White with #EE431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431B; }
p { color: rgb(238,67,27); }
H1.HeaderClassName
{
color: #EE431B;
}
.AnyTagClassName
{
color: #EE431B;
}
</style>
background-color css
<style>
a { background-color: #EE431B; }
a { background-color: rgb(238,67,27); }
div.DivClassName
{
background-color: #EE431B;
}
.BgClassName
{
background-color: #EE431B;
}
</style>
border-color css
<style>
span { border-color: #EE431B; }
span { border-color: rgb(238,67,27); }
td.TdClassName
{
border-color: #EE431B;
}
.TagClassName
{
border-color: #EE431B;
}
</style>