Shades of Cinnabar #ED422F
Tints of Cinnabar #ED422F
RGB
CMYK
RGB Variations
Color information
#ED422F (or 0xED422F) is known color: Cinnabar. HEX triplet: ED, 42 and 2F. RGB value is (237,66,47). Sum of RGB (Red+Green+Blue) = 237+66+47=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED422F is #12BDD0. Grayscale: #737373. Windows color (decimal): -1228241 or 3097325. OLE color: 3097325.
HSL color Cylindrical-coordinate representation of color #ED422F: hue angle of 6º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED422F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 47 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.07 |
| HSL | 6º | 0.84% | 0.56% | - |
| HSV(B) | 6º | 0.8% | 0.93% | - |
| XYZ | 37.39 | 22.11 | 4.99 | - |
| YUV | 114.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 47 | 0 | 0.72 | 0.80 | 0.07 | 6 | 0.84 | 0.56 |
| Hex | ED | 42 | 2F | 0 | 48 | 50 | 7 | 6 | 54 | 38 |
| Octal | 355 | 102 | 57 | 0 | 110 | 120 | 7 | 6 | 124 | 70 |
| Binary | 11101101 | 1000010 | 101111 | 0 | 1001000 | 1010000 | 111 | 110 | 1010100 | 111000 |
Color Harmonies of #ED422F
Complementary color
Monochromatic Colors of #ED422F
Black with #ED422F
Text Example
Text Example
White with #ED422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED422F; }
p { color: rgb(237,66,47); }
H1.HeaderClassName
{
color: #ED422F;
}
.AnyTagClassName
{
color: #ED422F;
}
</style>
background-color css
<style>
a { background-color: #ED422F; }
a { background-color: rgb(237,66,47); }
div.DivClassName
{
background-color: #ED422F;
}
.BgClassName
{
background-color: #ED422F;
}
</style>
border-color css
<style>
span { border-color: #ED422F; }
span { border-color: rgb(237,66,47); }
td.TdClassName
{
border-color: #ED422F;
}
.TagClassName
{
border-color: #ED422F;
}
</style>