Shades of Cinnabar #ED412B
Tints of Cinnabar #ED412B
RGB
CMYK
RGB Variations
Color information
#ED412B (or 0xED412B) is known color: Cinnabar. HEX triplet: ED, 41 and 2B. RGB value is (237,65,43). Sum of RGB (Red+Green+Blue) = 237+65+43=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED412B is #12BED4. Grayscale: #727272. Windows color (decimal): -1228501 or 2834925. OLE color: 2834925.
HSL color Cylindrical-coordinate representation of color #ED412B: hue angle of 6.8º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED412B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 43 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.8º | 0.84% | 0.55% | - |
| HSV(B) | 6.8º | 0.82% | 0.93% | - |
| XYZ | 37.25 | 21.96 | 4.56 | - |
| YUV | 113.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 43 | 0 | 0.73 | 0.82 | 0.07 | 6.8 | 0.84 | 0.55 |
| Hex | ED | 41 | 2B | 0 | 49 | 52 | 7 | 7 | 54 | 37 |
| Octal | 355 | 101 | 53 | 0 | 111 | 122 | 7 | 7 | 124 | 67 |
| Binary | 11101101 | 1000001 | 101011 | 0 | 1001001 | 1010010 | 111 | 111 | 1010100 | 110111 |
Color Harmonies of #ED412B
Complementary color
Monochromatic Colors of #ED412B
Black with #ED412B
Text Example
Text Example
White with #ED412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED412B; }
p { color: rgb(237,65,43); }
H1.HeaderClassName
{
color: #ED412B;
}
.AnyTagClassName
{
color: #ED412B;
}
</style>
background-color css
<style>
a { background-color: #ED412B; }
a { background-color: rgb(237,65,43); }
div.DivClassName
{
background-color: #ED412B;
}
.BgClassName
{
background-color: #ED412B;
}
</style>
border-color css
<style>
span { border-color: #ED412B; }
span { border-color: rgb(237,65,43); }
td.TdClassName
{
border-color: #ED412B;
}
.TagClassName
{
border-color: #ED412B;
}
</style>