Shades of Cinnabar #EC433F
Tints of Cinnabar #EC433F
RGB
CMYK
RGB Variations
Color information
#EC433F (or 0xEC433F) is known color: Cinnabar. HEX triplet: EC, 43 and 3F. RGB value is (236,67,63). Sum of RGB (Red+Green+Blue) = 236+67+63=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC433F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC433F is #13BCC0. Grayscale: #757575. Windows color (decimal): -1293505 or 4146156. OLE color: 4146156.
HSL color Cylindrical-coordinate representation of color #EC433F: hue angle of 1.39º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC433F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.07 |
| HSL | 1.39º | 0.82% | 0.59% | - |
| HSV(B) | 1.39º | 0.73% | 0.93% | - |
| XYZ | 37.5 | 22.21 | 7.01 | - |
| YUV | 117.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 63 | 0 | 0.72 | 0.73 | 0.07 | 1.39 | 0.82 | 0.59 |
| Hex | EC | 43 | 3F | 0 | 48 | 49 | 7 | 1 | 52 | 3B |
| Octal | 354 | 103 | 77 | 0 | 110 | 111 | 7 | 1 | 122 | 73 |
| Binary | 11101100 | 1000011 | 111111 | 0 | 1001000 | 1001001 | 111 | 1 | 1010010 | 111011 |
Color Harmonies of #EC433F
Complementary color
Monochromatic Colors of #EC433F
Black with #EC433F
Text Example
Text Example
White with #EC433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC433F; }
p { color: rgb(236,67,63); }
H1.HeaderClassName
{
color: #EC433F;
}
.AnyTagClassName
{
color: #EC433F;
}
</style>
background-color css
<style>
a { background-color: #EC433F; }
a { background-color: rgb(236,67,63); }
div.DivClassName
{
background-color: #EC433F;
}
.BgClassName
{
background-color: #EC433F;
}
</style>
border-color css
<style>
span { border-color: #EC433F; }
span { border-color: rgb(236,67,63); }
td.TdClassName
{
border-color: #EC433F;
}
.TagClassName
{
border-color: #EC433F;
}
</style>