Shades of Cinnabar #ED342A
Tints of Cinnabar #ED342A
RGB
CMYK
RGB Variations
Color information
#ED342A (or 0xED342A) is known color: Cinnabar. HEX triplet: ED, 34 and 2A. RGB value is (237,52,42). Sum of RGB (Red+Green+Blue) = 237+52+42=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED342A is #12CBD5. Grayscale: #6A6A6A. Windows color (decimal): -1231830 or 2766061. OLE color: 2766061.
HSL color Cylindrical-coordinate representation of color #ED342A: hue angle of 3.08º 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 #ED342A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 42 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 3.08º | 0.84% | 0.55% | - |
| HSV(B) | 3.08º | 0.82% | 0.93% | - |
| XYZ | 36.57 | 20.63 | 4.24 | - |
| YUV | 106.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 42 | 0 | 0.78 | 0.82 | 0.07 | 3.08 | 0.84 | 0.55 |
| Hex | ED | 34 | 2A | 0 | 4E | 52 | 7 | 3 | 54 | 37 |
| Octal | 355 | 64 | 52 | 0 | 116 | 122 | 7 | 3 | 124 | 67 |
| Binary | 11101101 | 110100 | 101010 | 0 | 1001110 | 1010010 | 111 | 11 | 1010100 | 110111 |
Color Harmonies of #ED342A
Complementary color
Monochromatic Colors of #ED342A
Black with #ED342A
Text Example
Text Example
White with #ED342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED342A; }
p { color: rgb(237,52,42); }
H1.HeaderClassName
{
color: #ED342A;
}
.AnyTagClassName
{
color: #ED342A;
}
</style>
background-color css
<style>
a { background-color: #ED342A; }
a { background-color: rgb(237,52,42); }
div.DivClassName
{
background-color: #ED342A;
}
.BgClassName
{
background-color: #ED342A;
}
</style>
border-color css
<style>
span { border-color: #ED342A; }
span { border-color: rgb(237,52,42); }
td.TdClassName
{
border-color: #ED342A;
}
.TagClassName
{
border-color: #ED342A;
}
</style>