Shades of Cinnabar #ED2F2B
Tints of Cinnabar #ED2F2B
RGB
CMYK
RGB Variations
Color information
#ED2F2B (or 0xED2F2B) is known color: Cinnabar. HEX triplet: ED, 2F and 2B. RGB value is (237,47,43). Sum of RGB (Red+Green+Blue) = 237+47+43=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F2B is #12D0D4. Grayscale: #676767. Windows color (decimal): -1233109 or 2830317. OLE color: 2830317.
HSL color Cylindrical-coordinate representation of color #ED2F2B: hue angle of 1.24º 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 #ED2F2B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 47 | 43 | - |
CMYK | 0 | 0.80 | 0.82 | 0.07 |
HSL | 1.24º | 0.84% | 0.55% | - |
HSV(B) | 1.24º | 0.82% | 0.93% | - |
XYZ | 36.38 | 20.21 | 4.27 | - |
YUV | 103.35 | 93.95 | 223.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 47 | 43 | 0 | 0.80 | 0.82 | 0.07 | 1.24 | 0.84 | 0.55 |
Hex | ED | 2F | 2B | 0 | 50 | 52 | 7 | 1 | 54 | 37 |
Octal | 355 | 57 | 53 | 0 | 120 | 122 | 7 | 1 | 124 | 67 |
Binary | 11101101 | 101111 | 101011 | 0 | 1010000 | 1010010 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #ED2F2B
Complementary color
Monochromatic Colors of #ED2F2B
Black with #ED2F2B
Text Example
Text Example
White with #ED2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F2B; }
p { color: rgb(237,47,43); }
H1.HeaderClassName
{
color: #ED2F2B;
}
.AnyTagClassName
{
color: #ED2F2B;
}
</style>
background-color css
<style>
a { background-color: #ED2F2B; }
a { background-color: rgb(237,47,43); }
div.DivClassName
{
background-color: #ED2F2B;
}
.BgClassName
{
background-color: #ED2F2B;
}
</style>
border-color css
<style>
span { border-color: #ED2F2B; }
span { border-color: rgb(237,47,43); }
td.TdClassName
{
border-color: #ED2F2B;
}
.TagClassName
{
border-color: #ED2F2B;
}
</style>