Shades of Cinnabar #ED3D2B
Tints of Cinnabar #ED3D2B
RGB
CMYK
RGB Variations
Color information
#ED3D2B (or 0xED3D2B) is known color: Cinnabar. HEX triplet: ED, 3D and 2B. RGB value is (237,61,43). Sum of RGB (Red+Green+Blue) = 237+61+43=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D2B is #12C2D4. Grayscale: #6F6F6F. Windows color (decimal): -1229525 or 2833901. OLE color: 2833901.
HSL color Cylindrical-coordinate representation of color #ED3D2B: hue angle of 5.57º 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 #ED3D2B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 43 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.07 |
| HSL | 5.57º | 0.84% | 0.55% | - |
| HSV(B) | 5.57º | 0.82% | 0.93% | - |
| XYZ | 37.03 | 21.52 | 4.49 | - |
| YUV | 111.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 43 | 0 | 0.74 | 0.82 | 0.07 | 5.57 | 0.84 | 0.55 |
| Hex | ED | 3D | 2B | 0 | 4A | 52 | 7 | 6 | 54 | 37 |
| Octal | 355 | 75 | 53 | 0 | 112 | 122 | 7 | 6 | 124 | 67 |
| Binary | 11101101 | 111101 | 101011 | 0 | 1001010 | 1010010 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #ED3D2B
Complementary color
Monochromatic Colors of #ED3D2B
Black with #ED3D2B
Text Example
Text Example
White with #ED3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D2B; }
p { color: rgb(237,61,43); }
H1.HeaderClassName
{
color: #ED3D2B;
}
.AnyTagClassName
{
color: #ED3D2B;
}
</style>
background-color css
<style>
a { background-color: #ED3D2B; }
a { background-color: rgb(237,61,43); }
div.DivClassName
{
background-color: #ED3D2B;
}
.BgClassName
{
background-color: #ED3D2B;
}
</style>
border-color css
<style>
span { border-color: #ED3D2B; }
span { border-color: rgb(237,61,43); }
td.TdClassName
{
border-color: #ED3D2B;
}
.TagClassName
{
border-color: #ED3D2B;
}
</style>