Shades of Cinnabar #EC433A
Tints of Cinnabar #EC433A
RGB
CMYK
RGB Variations
Color information
#EC433A (or 0xEC433A) is known color: Cinnabar. HEX triplet: EC, 43 and 3A. RGB value is (236,67,58). Sum of RGB (Red+Green+Blue) = 236+67+58=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC433A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC433A is #13BCC5. Grayscale: #747474. Windows color (decimal): -1293510 or 3818476. OLE color: 3818476.
HSL color Cylindrical-coordinate representation of color #EC433A: hue angle of 3.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC433A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 58 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 3.03º | 0.82% | 0.58% | - |
| HSV(B) | 3.03º | 0.75% | 0.93% | - |
| XYZ | 37.36 | 22.15 | 6.31 | - |
| YUV | 116.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 58 | 0 | 0.72 | 0.75 | 0.07 | 3.03 | 0.82 | 0.58 |
| Hex | EC | 43 | 3A | 0 | 48 | 4B | 7 | 3 | 52 | 3A |
| Octal | 354 | 103 | 72 | 0 | 110 | 113 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000011 | 111010 | 0 | 1001000 | 1001011 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC433A
Complementary color
Monochromatic Colors of #EC433A
Black with #EC433A
Text Example
Text Example
White with #EC433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC433A; }
p { color: rgb(236,67,58); }
H1.HeaderClassName
{
color: #EC433A;
}
.AnyTagClassName
{
color: #EC433A;
}
</style>
background-color css
<style>
a { background-color: #EC433A; }
a { background-color: rgb(236,67,58); }
div.DivClassName
{
background-color: #EC433A;
}
.BgClassName
{
background-color: #EC433A;
}
</style>
border-color css
<style>
span { border-color: #EC433A; }
span { border-color: rgb(236,67,58); }
td.TdClassName
{
border-color: #EC433A;
}
.TagClassName
{
border-color: #EC433A;
}
</style>