Shades of Cinnabar #ED412F
Tints of Cinnabar #ED412F
RGB
CMYK
RGB Variations
Color information
#ED412F (or 0xED412F) is known color: Cinnabar. HEX triplet: ED, 41 and 2F. RGB value is (237,65,47). Sum of RGB (Red+Green+Blue) = 237+65+47=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED412F is #12BED0. Grayscale: #727272. Windows color (decimal): -1228497 or 3097069. OLE color: 3097069.
HSL color Cylindrical-coordinate representation of color #ED412F: hue angle of 5.68º 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 #ED412F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 47 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.07 |
| HSL | 5.68º | 0.84% | 0.56% | - |
| HSV(B) | 5.68º | 0.8% | 0.93% | - |
| XYZ | 37.33 | 21.99 | 4.97 | - |
| YUV | 114.38 | 89.98 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 47 | 0 | 0.73 | 0.80 | 0.07 | 5.68 | 0.84 | 0.56 |
| Hex | ED | 41 | 2F | 0 | 49 | 50 | 7 | 6 | 54 | 38 |
| Octal | 355 | 101 | 57 | 0 | 111 | 120 | 7 | 6 | 124 | 70 |
| Binary | 11101101 | 1000001 | 101111 | 0 | 1001001 | 1010000 | 111 | 110 | 1010100 | 111000 |
Color Harmonies of #ED412F
Complementary color
Monochromatic Colors of #ED412F
Black with #ED412F
Text Example
Text Example
White with #ED412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED412F; }
p { color: rgb(237,65,47); }
H1.HeaderClassName
{
color: #ED412F;
}
.AnyTagClassName
{
color: #ED412F;
}
</style>
background-color css
<style>
a { background-color: #ED412F; }
a { background-color: rgb(237,65,47); }
div.DivClassName
{
background-color: #ED412F;
}
.BgClassName
{
background-color: #ED412F;
}
</style>
border-color css
<style>
span { border-color: #ED412F; }
span { border-color: rgb(237,65,47); }
td.TdClassName
{
border-color: #ED412F;
}
.TagClassName
{
border-color: #ED412F;
}
</style>