Shades of Cinnabar #ED402C
Tints of Cinnabar #ED402C
RGB
CMYK
RGB Variations
Color information
#ED402C (or 0xED402C) is known color: Cinnabar. HEX triplet: ED, 40 and 2C. RGB value is (237,64,44). Sum of RGB (Red+Green+Blue) = 237+64+44=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED402C is #12BFD3. Grayscale: #717171. Windows color (decimal): -1228756 or 2900205. OLE color: 2900205.
HSL color Cylindrical-coordinate representation of color #ED402C: hue angle of 6.22º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED402C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 44 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.07 |
| HSL | 6.22º | 0.84% | 0.55% | - |
| HSV(B) | 6.22º | 0.81% | 0.93% | - |
| XYZ | 37.21 | 21.85 | 4.64 | - |
| YUV | 113.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 44 | 0 | 0.73 | 0.81 | 0.07 | 6.22 | 0.84 | 0.55 |
| Hex | ED | 40 | 2C | 0 | 49 | 51 | 7 | 6 | 54 | 37 |
| Octal | 355 | 100 | 54 | 0 | 111 | 121 | 7 | 6 | 124 | 67 |
| Binary | 11101101 | 1000000 | 101100 | 0 | 1001001 | 1010001 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #ED402C
Complementary color
Monochromatic Colors of #ED402C
Black with #ED402C
Text Example
Text Example
White with #ED402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED402C; }
p { color: rgb(237,64,44); }
H1.HeaderClassName
{
color: #ED402C;
}
.AnyTagClassName
{
color: #ED402C;
}
</style>
background-color css
<style>
a { background-color: #ED402C; }
a { background-color: rgb(237,64,44); }
div.DivClassName
{
background-color: #ED402C;
}
.BgClassName
{
background-color: #ED402C;
}
</style>
border-color css
<style>
span { border-color: #ED402C; }
span { border-color: rgb(237,64,44); }
td.TdClassName
{
border-color: #ED402C;
}
.TagClassName
{
border-color: #ED402C;
}
</style>