Shades of Cinnabar #EC2B2B
Tints of Cinnabar #EC2B2B
RGB
CMYK
RGB Variations
Color information
#EC2B2B (or 0xEC2B2B) is known color: Cinnabar. HEX triplet: EC, 2B and 2B. RGB value is (236,43,43). Sum of RGB (Red+Green+Blue) = 236+43+43=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B2B is #13D4D4. Grayscale: #646464. Windows color (decimal): -1299669 or 2829292. OLE color: 2829292.
HSL color Cylindrical-coordinate representation of color #EC2B2B: hue angle of 0º 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 #EC2B2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 43 | 43 | - |
CMYK | 0 | 0.82 | 0.82 | 0.07 |
HSL | 0º | 0.84% | 0.55% | - |
HSV(B) | 0º | 0.82% | 0.93% | - |
XYZ | 35.89 | 19.74 | 4.2 | - |
YUV | 100.71 | 95.44 | 224.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 43 | 43 | 0 | 0.82 | 0.82 | 0.07 | 0 | 0.84 | 0.55 |
Hex | EC | 2B | 2B | 0 | 52 | 52 | 7 | 0 | 54 | 37 |
Octal | 354 | 53 | 53 | 0 | 122 | 122 | 7 | 0 | 124 | 67 |
Binary | 11101100 | 101011 | 101011 | 0 | 1010010 | 1010010 | 111 | 0 | 1010100 | 110111 |
Color Harmonies of #EC2B2B
Complementary color
Monochromatic Colors of #EC2B2B
Black with #EC2B2B
Text Example
Text Example
White with #EC2B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B2B; }
p { color: rgb(236,43,43); }
H1.HeaderClassName
{
color: #EC2B2B;
}
.AnyTagClassName
{
color: #EC2B2B;
}
</style>
background-color css
<style>
a { background-color: #EC2B2B; }
a { background-color: rgb(236,43,43); }
div.DivClassName
{
background-color: #EC2B2B;
}
.BgClassName
{
background-color: #EC2B2B;
}
</style>
border-color css
<style>
span { border-color: #EC2B2B; }
span { border-color: rgb(236,43,43); }
td.TdClassName
{
border-color: #EC2B2B;
}
.TagClassName
{
border-color: #EC2B2B;
}
</style>