Shades of Cinnabar #EC433B
Tints of Cinnabar #EC433B
RGB
CMYK
RGB Variations
Color information
#EC433B (or 0xEC433B) is known color: Cinnabar. HEX triplet: EC, 43 and 3B. RGB value is (236,67,59). Sum of RGB (Red+Green+Blue) = 236+67+59=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC433B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC433B is #13BCC4. Grayscale: #747474. Windows color (decimal): -1293509 or 3884012. OLE color: 3884012.
HSL color Cylindrical-coordinate representation of color #EC433B: hue angle of 2.71º 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 #EC433B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 59 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 2.71º | 0.82% | 0.58% | - |
| HSV(B) | 2.71º | 0.75% | 0.93% | - |
| XYZ | 37.39 | 22.16 | 6.44 | - |
| YUV | 116.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 59 | 0 | 0.72 | 0.75 | 0.07 | 2.71 | 0.82 | 0.58 |
| Hex | EC | 43 | 3B | 0 | 48 | 4B | 7 | 3 | 52 | 3A |
| Octal | 354 | 103 | 73 | 0 | 110 | 113 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000011 | 111011 | 0 | 1001000 | 1001011 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC433B
Complementary color
Monochromatic Colors of #EC433B
Black with #EC433B
Text Example
Text Example
White with #EC433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC433B; }
p { color: rgb(236,67,59); }
H1.HeaderClassName
{
color: #EC433B;
}
.AnyTagClassName
{
color: #EC433B;
}
</style>
background-color css
<style>
a { background-color: #EC433B; }
a { background-color: rgb(236,67,59); }
div.DivClassName
{
background-color: #EC433B;
}
.BgClassName
{
background-color: #EC433B;
}
</style>
border-color css
<style>
span { border-color: #EC433B; }
span { border-color: rgb(236,67,59); }
td.TdClassName
{
border-color: #EC433B;
}
.TagClassName
{
border-color: #EC433B;
}
</style>