Shades of Cinnabar #EE452B
Tints of Cinnabar #EE452B
RGB
CMYK
RGB Variations
Color information
#EE452B (or 0xEE452B) is known color: Cinnabar. HEX triplet: EE, 45 and 2B. RGB value is (238,69,43). Sum of RGB (Red+Green+Blue) = 238+69+43=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE452B is #11BAD4. Grayscale: #747474. Windows color (decimal): -1161941 or 2835950. OLE color: 2835950.
HSL color Cylindrical-coordinate representation of color #EE452B: hue angle of 8º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE452B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 43 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.07 |
| HSL | 8º | 0.85% | 0.55% | - |
| HSV(B) | 8º | 0.82% | 0.93% | - |
| XYZ | 37.82 | 22.61 | 4.66 | - |
| YUV | 116.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 43 | 0 | 0.71 | 0.82 | 0.07 | 8 | 0.85 | 0.55 |
| Hex | EE | 45 | 2B | 0 | 47 | 52 | 7 | 8 | 55 | 37 |
| Octal | 356 | 105 | 53 | 0 | 107 | 122 | 7 | 10 | 125 | 67 |
| Binary | 11101110 | 1000101 | 101011 | 0 | 1000111 | 1010010 | 111 | 1000 | 1010101 | 110111 |
Color Harmonies of #EE452B
Complementary color
Monochromatic Colors of #EE452B
Black with #EE452B
Text Example
Text Example
White with #EE452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE452B; }
p { color: rgb(238,69,43); }
H1.HeaderClassName
{
color: #EE452B;
}
.AnyTagClassName
{
color: #EE452B;
}
</style>
background-color css
<style>
a { background-color: #EE452B; }
a { background-color: rgb(238,69,43); }
div.DivClassName
{
background-color: #EE452B;
}
.BgClassName
{
background-color: #EE452B;
}
</style>
border-color css
<style>
span { border-color: #EE452B; }
span { border-color: rgb(238,69,43); }
td.TdClassName
{
border-color: #EE452B;
}
.TagClassName
{
border-color: #EE452B;
}
</style>