Shades of Cinnabar #EE433F
Tints of Cinnabar #EE433F
RGB
CMYK
RGB Variations
Color information
#EE433F (or 0xEE433F) is known color: Cinnabar. HEX triplet: EE, 43 and 3F. RGB value is (238,67,63). Sum of RGB (Red+Green+Blue) = 238+67+63=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE433F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE433F is #11BCC0. Grayscale: #757575. Windows color (decimal): -1162433 or 4146158. OLE color: 4146158.
HSL color Cylindrical-coordinate representation of color #EE433F: hue angle of 1.37º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE433F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 63 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.07 |
| HSL | 1.37º | 0.84% | 0.59% | - |
| HSV(B) | 1.37º | 0.74% | 0.93% | - |
| XYZ | 38.16 | 22.55 | 7.04 | - |
| YUV | 117.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 63 | 0 | 0.72 | 0.74 | 0.07 | 1.37 | 0.84 | 0.59 |
| Hex | EE | 43 | 3F | 0 | 48 | 4A | 7 | 1 | 54 | 3B |
| Octal | 356 | 103 | 77 | 0 | 110 | 112 | 7 | 1 | 124 | 73 |
| Binary | 11101110 | 1000011 | 111111 | 0 | 1001000 | 1001010 | 111 | 1 | 1010100 | 111011 |
Color Harmonies of #EE433F
Complementary color
Monochromatic Colors of #EE433F
Black with #EE433F
Text Example
Text Example
White with #EE433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE433F; }
p { color: rgb(238,67,63); }
H1.HeaderClassName
{
color: #EE433F;
}
.AnyTagClassName
{
color: #EE433F;
}
</style>
background-color css
<style>
a { background-color: #EE433F; }
a { background-color: rgb(238,67,63); }
div.DivClassName
{
background-color: #EE433F;
}
.BgClassName
{
background-color: #EE433F;
}
</style>
border-color css
<style>
span { border-color: #EE433F; }
span { border-color: rgb(238,67,63); }
td.TdClassName
{
border-color: #EE433F;
}
.TagClassName
{
border-color: #EE433F;
}
</style>