Shades of Cinnabar #EC433E
Tints of Cinnabar #EC433E
RGB
CMYK
RGB Variations
Color information
#EC433E (or 0xEC433E) is known color: Cinnabar. HEX triplet: EC, 43 and 3E. RGB value is (236,67,62). Sum of RGB (Red+Green+Blue) = 236+67+62=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC433E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC433E is #13BCC1. Grayscale: #757575. Windows color (decimal): -1293506 or 4080620. OLE color: 4080620.
HSL color Cylindrical-coordinate representation of color #EC433E: hue angle of 1.72º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC433E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 62 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.07 |
| HSL | 1.72º | 0.82% | 0.58% | - |
| HSV(B) | 1.72º | 0.74% | 0.93% | - |
| XYZ | 37.47 | 22.19 | 6.87 | - |
| YUV | 116.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 62 | 0 | 0.72 | 0.74 | 0.07 | 1.72 | 0.82 | 0.58 |
| Hex | EC | 43 | 3E | 0 | 48 | 4A | 7 | 2 | 52 | 3A |
| Octal | 354 | 103 | 76 | 0 | 110 | 112 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000011 | 111110 | 0 | 1001000 | 1001010 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC433E
Complementary color
Monochromatic Colors of #EC433E
Black with #EC433E
Text Example
Text Example
White with #EC433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC433E; }
p { color: rgb(236,67,62); }
H1.HeaderClassName
{
color: #EC433E;
}
.AnyTagClassName
{
color: #EC433E;
}
</style>
background-color css
<style>
a { background-color: #EC433E; }
a { background-color: rgb(236,67,62); }
div.DivClassName
{
background-color: #EC433E;
}
.BgClassName
{
background-color: #EC433E;
}
</style>
border-color css
<style>
span { border-color: #EC433E; }
span { border-color: rgb(236,67,62); }
td.TdClassName
{
border-color: #EC433E;
}
.TagClassName
{
border-color: #EC433E;
}
</style>