Shades of Cinnabar #ED3D2F
Tints of Cinnabar #ED3D2F
RGB
CMYK
RGB Variations
Color information
#ED3D2F (or 0xED3D2F) is known color: Cinnabar. HEX triplet: ED, 3D and 2F. RGB value is (237,61,47). Sum of RGB (Red+Green+Blue) = 237+61+47=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D2F is #12C2D0. Grayscale: #707070. Windows color (decimal): -1229521 or 3096045. OLE color: 3096045.
HSL color Cylindrical-coordinate representation of color #ED3D2F: hue angle of 4.42º 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 #ED3D2F is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 47 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.07 |
| HSL | 4.42º | 0.84% | 0.56% | - |
| HSV(B) | 4.42º | 0.8% | 0.93% | - |
| XYZ | 37.11 | 21.55 | 4.89 | - |
| YUV | 112.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 47 | 0 | 0.74 | 0.80 | 0.07 | 4.42 | 0.84 | 0.56 |
| Hex | ED | 3D | 2F | 0 | 4A | 50 | 7 | 4 | 54 | 38 |
| Octal | 355 | 75 | 57 | 0 | 112 | 120 | 7 | 4 | 124 | 70 |
| Binary | 11101101 | 111101 | 101111 | 0 | 1001010 | 1010000 | 111 | 100 | 1010100 | 111000 |
Color Harmonies of #ED3D2F
Complementary color
Monochromatic Colors of #ED3D2F
Black with #ED3D2F
Text Example
Text Example
White with #ED3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D2F; }
p { color: rgb(237,61,47); }
H1.HeaderClassName
{
color: #ED3D2F;
}
.AnyTagClassName
{
color: #ED3D2F;
}
</style>
background-color css
<style>
a { background-color: #ED3D2F; }
a { background-color: rgb(237,61,47); }
div.DivClassName
{
background-color: #ED3D2F;
}
.BgClassName
{
background-color: #ED3D2F;
}
</style>
border-color css
<style>
span { border-color: #ED3D2F; }
span { border-color: rgb(237,61,47); }
td.TdClassName
{
border-color: #ED3D2F;
}
.TagClassName
{
border-color: #ED3D2F;
}
</style>