Shades of Cinnabar #ED423C
Tints of Cinnabar #ED423C
RGB
CMYK
RGB Variations
Color information
#ED423C (or 0xED423C) is known color: Cinnabar. HEX triplet: ED, 42 and 3C. RGB value is (237,66,60). Sum of RGB (Red+Green+Blue) = 237+66+60=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED423C is #12BDC3. Grayscale: #747474. Windows color (decimal): -1228228 or 3949293. OLE color: 3949293.
HSL color Cylindrical-coordinate representation of color #ED423C: hue angle of 2.03º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED423C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 60 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 2.03º | 0.83% | 0.58% | - |
| HSV(B) | 2.03º | 0.75% | 0.93% | - |
| XYZ | 37.69 | 22.23 | 6.58 | - |
| YUV | 116.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 60 | 0 | 0.72 | 0.75 | 0.07 | 2.03 | 0.83 | 0.58 |
| Hex | ED | 42 | 3C | 0 | 48 | 4B | 7 | 2 | 53 | 3A |
| Octal | 355 | 102 | 74 | 0 | 110 | 113 | 7 | 2 | 123 | 72 |
| Binary | 11101101 | 1000010 | 111100 | 0 | 1001000 | 1001011 | 111 | 10 | 1010011 | 111010 |
Color Harmonies of #ED423C
Complementary color
Monochromatic Colors of #ED423C
Black with #ED423C
Text Example
Text Example
White with #ED423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED423C; }
p { color: rgb(237,66,60); }
H1.HeaderClassName
{
color: #ED423C;
}
.AnyTagClassName
{
color: #ED423C;
}
</style>
background-color css
<style>
a { background-color: #ED423C; }
a { background-color: rgb(237,66,60); }
div.DivClassName
{
background-color: #ED423C;
}
.BgClassName
{
background-color: #ED423C;
}
</style>
border-color css
<style>
span { border-color: #ED423C; }
span { border-color: rgb(237,66,60); }
td.TdClassName
{
border-color: #ED423C;
}
.TagClassName
{
border-color: #ED423C;
}
</style>