Shades of Cinnabar #EC2622
Tints of Cinnabar #EC2622
RGB
CMYK
RGB Variations
Color information
#EC2622 (or 0xEC2622) is known color: Cinnabar. HEX triplet: EC, 26 and 22. RGB value is (236,38,34). Sum of RGB (Red+Green+Blue) = 236+38+34=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2622 is #13D9DD. Grayscale: #606060. Windows color (decimal): -1300958 or 2238188. OLE color: 2238188.
HSL color Cylindrical-coordinate representation of color #EC2622: hue angle of 1.19º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2622 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 34 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.07 |
| HSL | 1.19º | 0.84% | 0.53% | - |
| HSV(B) | 1.19º | 0.86% | 0.93% | - |
| XYZ | 35.57 | 19.33 | 3.37 | - |
| YUV | 96.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 34 | 0 | 0.84 | 0.86 | 0.07 | 1.19 | 0.84 | 0.53 |
| Hex | EC | 26 | 22 | 0 | 54 | 56 | 7 | 1 | 54 | 35 |
| Octal | 354 | 46 | 42 | 0 | 124 | 126 | 7 | 1 | 124 | 65 |
| Binary | 11101100 | 100110 | 100010 | 0 | 1010100 | 1010110 | 111 | 1 | 1010100 | 110101 |
Color Harmonies of #EC2622
Complementary color
Monochromatic Colors of #EC2622
Black with #EC2622
Text Example
Text Example
White with #EC2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2622; }
p { color: rgb(236,38,34); }
H1.HeaderClassName
{
color: #EC2622;
}
.AnyTagClassName
{
color: #EC2622;
}
</style>
background-color css
<style>
a { background-color: #EC2622; }
a { background-color: rgb(236,38,34); }
div.DivClassName
{
background-color: #EC2622;
}
.BgClassName
{
background-color: #EC2622;
}
</style>
border-color css
<style>
span { border-color: #EC2622; }
span { border-color: rgb(236,38,34); }
td.TdClassName
{
border-color: #EC2622;
}
.TagClassName
{
border-color: #EC2622;
}
</style>