Shades of Cinnabar #ED352D
Tints of Cinnabar #ED352D
RGB
CMYK
RGB Variations
Color information
#ED352D (or 0xED352D) is known color: Cinnabar. HEX triplet: ED, 35 and 2D. RGB value is (237,53,45). Sum of RGB (Red+Green+Blue) = 237+53+45=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED352D is #12CAD2. Grayscale: #6B6B6B. Windows color (decimal): -1231571 or 2962925. OLE color: 2962925.
HSL color Cylindrical-coordinate representation of color #ED352D: hue angle of 2.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED352D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.5º | 0.84% | 0.55% | - |
| HSV(B) | 2.5º | 0.81% | 0.93% | - |
| XYZ | 36.67 | 20.74 | 4.55 | - |
| YUV | 107.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 45 | 0 | 0.78 | 0.81 | 0.07 | 2.5 | 0.84 | 0.55 |
| Hex | ED | 35 | 2D | 0 | 4E | 51 | 7 | 2 | 54 | 37 |
| Octal | 355 | 65 | 55 | 0 | 116 | 121 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110101 | 101101 | 0 | 1001110 | 1010001 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED352D
Complementary color
Monochromatic Colors of #ED352D
Black with #ED352D
Text Example
Text Example
White with #ED352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED352D; }
p { color: rgb(237,53,45); }
H1.HeaderClassName
{
color: #ED352D;
}
.AnyTagClassName
{
color: #ED352D;
}
</style>
background-color css
<style>
a { background-color: #ED352D; }
a { background-color: rgb(237,53,45); }
div.DivClassName
{
background-color: #ED352D;
}
.BgClassName
{
background-color: #ED352D;
}
</style>
border-color css
<style>
span { border-color: #ED352D; }
span { border-color: rgb(237,53,45); }
td.TdClassName
{
border-color: #ED352D;
}
.TagClassName
{
border-color: #ED352D;
}
</style>