Shades of Cinnabar #EC432A
Tints of Cinnabar #EC432A
RGB
CMYK
RGB Variations
Color information
#EC432A (or 0xEC432A) is known color: Cinnabar. HEX triplet: EC, 43 and 2A. RGB value is (236,67,42). Sum of RGB (Red+Green+Blue) = 236+67+42=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC432A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC432A is #13BCD5. Grayscale: #727272. Windows color (decimal): -1293526 or 2769900. OLE color: 2769900.
HSL color Cylindrical-coordinate representation of color #EC432A: hue angle of 7.73º degrees, saturation: 0.84, 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 #EC432A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 42 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.07 |
| HSL | 7.73º | 0.84% | 0.55% | - |
| HSV(B) | 7.73º | 0.82% | 0.93% | - |
| XYZ | 37.02 | 22.01 | 4.49 | - |
| YUV | 114.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 42 | 0 | 0.72 | 0.82 | 0.07 | 7.73 | 0.84 | 0.55 |
| Hex | EC | 43 | 2A | 0 | 48 | 52 | 7 | 8 | 54 | 37 |
| Octal | 354 | 103 | 52 | 0 | 110 | 122 | 7 | 10 | 124 | 67 |
| Binary | 11101100 | 1000011 | 101010 | 0 | 1001000 | 1010010 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #EC432A
Complementary color
Monochromatic Colors of #EC432A
Black with #EC432A
Text Example
Text Example
White with #EC432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC432A; }
p { color: rgb(236,67,42); }
H1.HeaderClassName
{
color: #EC432A;
}
.AnyTagClassName
{
color: #EC432A;
}
</style>
background-color css
<style>
a { background-color: #EC432A; }
a { background-color: rgb(236,67,42); }
div.DivClassName
{
background-color: #EC432A;
}
.BgClassName
{
background-color: #EC432A;
}
</style>
border-color css
<style>
span { border-color: #EC432A; }
span { border-color: rgb(236,67,42); }
td.TdClassName
{
border-color: #EC432A;
}
.TagClassName
{
border-color: #EC432A;
}
</style>