Shades of Cinnabar #ED401C
Tints of Cinnabar #ED401C
RGB
CMYK
RGB Variations
Color information
#ED401C (or 0xED401C) is known color: Cinnabar. HEX triplet: ED, 40 and 1C. RGB value is (237,64,28). Sum of RGB (Red+Green+Blue) = 237+64+28=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED401C is #12BFE3. Grayscale: #6F6F6F. Windows color (decimal): -1228772 or 1851629. OLE color: 1851629.
HSL color Cylindrical-coordinate representation of color #ED401C: hue angle of 10.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.07 |
| HSL | 10.33º | 0.85% | 0.52% | - |
| HSV(B) | 10.33º | 0.88% | 0.93% | - |
| XYZ | 36.97 | 21.76 | 3.35 | - |
| YUV | 111.62 | 80.81 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 28 | 0 | 0.73 | 0.88 | 0.07 | 10.33 | 0.85 | 0.52 |
| Hex | ED | 40 | 1C | 0 | 49 | 58 | 7 | A | 55 | 34 |
| Octal | 355 | 100 | 34 | 0 | 111 | 130 | 7 | 12 | 125 | 64 |
| Binary | 11101101 | 1000000 | 11100 | 0 | 1001001 | 1011000 | 111 | 1010 | 1010101 | 110100 |
Color Harmonies of #ED401C
Complementary color
Monochromatic Colors of #ED401C
Black with #ED401C
Text Example
Text Example
White with #ED401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED401C; }
p { color: rgb(237,64,28); }
H1.HeaderClassName
{
color: #ED401C;
}
.AnyTagClassName
{
color: #ED401C;
}
</style>
background-color css
<style>
a { background-color: #ED401C; }
a { background-color: rgb(237,64,28); }
div.DivClassName
{
background-color: #ED401C;
}
.BgClassName
{
background-color: #ED401C;
}
</style>
border-color css
<style>
span { border-color: #ED401C; }
span { border-color: rgb(237,64,28); }
td.TdClassName
{
border-color: #ED401C;
}
.TagClassName
{
border-color: #ED401C;
}
</style>