Shades of Cinnabar #ED403F
Tints of Cinnabar #ED403F
RGB
CMYK
RGB Variations
Color information
#ED403F (or 0xED403F) is known color: Cinnabar. HEX triplet: ED, 40 and 3F. RGB value is (237,64,63). Sum of RGB (Red+Green+Blue) = 237+64+63=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED403F is #12BFC0. Grayscale: #737373. Windows color (decimal): -1228737 or 4145389. OLE color: 4145389.
HSL color Cylindrical-coordinate representation of color #ED403F: hue angle of 0.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED403F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 63 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.07 |
| HSL | 0.34º | 0.83% | 0.59% | - |
| HSV(B) | 0.34º | 0.73% | 0.93% | - |
| XYZ | 37.66 | 22.03 | 6.97 | - |
| YUV | 115.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 63 | 0 | 0.73 | 0.73 | 0.07 | 0.34 | 0.83 | 0.59 |
| Hex | ED | 40 | 3F | 0 | 49 | 49 | 7 | 0 | 53 | 3B |
| Octal | 355 | 100 | 77 | 0 | 111 | 111 | 7 | 0 | 123 | 73 |
| Binary | 11101101 | 1000000 | 111111 | 0 | 1001001 | 1001001 | 111 | 0 | 1010011 | 111011 |
Color Harmonies of #ED403F
Complementary color
Monochromatic Colors of #ED403F
Black with #ED403F
Text Example
Text Example
White with #ED403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED403F; }
p { color: rgb(237,64,63); }
H1.HeaderClassName
{
color: #ED403F;
}
.AnyTagClassName
{
color: #ED403F;
}
</style>
background-color css
<style>
a { background-color: #ED403F; }
a { background-color: rgb(237,64,63); }
div.DivClassName
{
background-color: #ED403F;
}
.BgClassName
{
background-color: #ED403F;
}
</style>
border-color css
<style>
span { border-color: #ED403F; }
span { border-color: rgb(237,64,63); }
td.TdClassName
{
border-color: #ED403F;
}
.TagClassName
{
border-color: #ED403F;
}
</style>