Shades of Cinnabar #EE432B
Tints of Cinnabar #EE432B
RGB
CMYK
RGB Variations
Color information
#EE432B (or 0xEE432B) is known color: Cinnabar. HEX triplet: EE, 43 and 2B. RGB value is (238,67,43). Sum of RGB (Red+Green+Blue) = 238+67+43=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE432B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE432B is #11BCD4. Grayscale: #737373. Windows color (decimal): -1162453 or 2835438. OLE color: 2835438.
HSL color Cylindrical-coordinate representation of color #EE432B: hue angle of 7.38º 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 #EE432B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 43 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.07 |
| HSL | 7.38º | 0.85% | 0.55% | - |
| HSV(B) | 7.38º | 0.82% | 0.93% | - |
| XYZ | 37.7 | 22.37 | 4.62 | - |
| YUV | 115.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 43 | 0 | 0.72 | 0.82 | 0.07 | 7.38 | 0.85 | 0.55 |
| Hex | EE | 43 | 2B | 0 | 48 | 52 | 7 | 7 | 55 | 37 |
| Octal | 356 | 103 | 53 | 0 | 110 | 122 | 7 | 7 | 125 | 67 |
| Binary | 11101110 | 1000011 | 101011 | 0 | 1001000 | 1010010 | 111 | 111 | 1010101 | 110111 |
Color Harmonies of #EE432B
Complementary color
Monochromatic Colors of #EE432B
Black with #EE432B
Text Example
Text Example
White with #EE432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE432B; }
p { color: rgb(238,67,43); }
H1.HeaderClassName
{
color: #EE432B;
}
.AnyTagClassName
{
color: #EE432B;
}
</style>
background-color css
<style>
a { background-color: #EE432B; }
a { background-color: rgb(238,67,43); }
div.DivClassName
{
background-color: #EE432B;
}
.BgClassName
{
background-color: #EE432B;
}
</style>
border-color css
<style>
span { border-color: #EE432B; }
span { border-color: rgb(238,67,43); }
td.TdClassName
{
border-color: #EE432B;
}
.TagClassName
{
border-color: #EE432B;
}
</style>