Shades of Cinnabar #ED413D
Tints of Cinnabar #ED413D
RGB
CMYK
RGB Variations
Color information
#ED413D (or 0xED413D) is known color: Cinnabar. HEX triplet: ED, 41 and 3D. RGB value is (237,65,61). Sum of RGB (Red+Green+Blue) = 237+65+61=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED413D is #12BEC2. Grayscale: #747474. Windows color (decimal): -1228483 or 4014573. OLE color: 4014573.
HSL color Cylindrical-coordinate representation of color #ED413D: hue angle of 1.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED413D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 61 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.07 |
| HSL | 1.36º | 0.83% | 0.58% | - |
| HSV(B) | 1.36º | 0.74% | 0.93% | - |
| XYZ | 37.66 | 22.12 | 6.7 | - |
| YUV | 115.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 61 | 0 | 0.73 | 0.74 | 0.07 | 1.36 | 0.83 | 0.58 |
| Hex | ED | 41 | 3D | 0 | 49 | 4A | 7 | 1 | 53 | 3A |
| Octal | 355 | 101 | 75 | 0 | 111 | 112 | 7 | 1 | 123 | 72 |
| Binary | 11101101 | 1000001 | 111101 | 0 | 1001001 | 1001010 | 111 | 1 | 1010011 | 111010 |
Color Harmonies of #ED413D
Complementary color
Monochromatic Colors of #ED413D
Black with #ED413D
Text Example
Text Example
White with #ED413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED413D; }
p { color: rgb(237,65,61); }
H1.HeaderClassName
{
color: #ED413D;
}
.AnyTagClassName
{
color: #ED413D;
}
</style>
background-color css
<style>
a { background-color: #ED413D; }
a { background-color: rgb(237,65,61); }
div.DivClassName
{
background-color: #ED413D;
}
.BgClassName
{
background-color: #ED413D;
}
</style>
border-color css
<style>
span { border-color: #ED413D; }
span { border-color: rgb(237,65,61); }
td.TdClassName
{
border-color: #ED413D;
}
.TagClassName
{
border-color: #ED413D;
}
</style>