Shades of Cinnabar #ED413A
Tints of Cinnabar #ED413A
RGB
CMYK
RGB Variations
Color information
#ED413A (or 0xED413A) is known color: Cinnabar. HEX triplet: ED, 41 and 3A. RGB value is (237,65,58). Sum of RGB (Red+Green+Blue) = 237+65+58=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED413A is #12BEC5. Grayscale: #737373. Windows color (decimal): -1228486 or 3817965. OLE color: 3817965.
HSL color Cylindrical-coordinate representation of color #ED413A: hue angle of 2.35º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED413A is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 58 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.07 |
| HSL | 2.35º | 0.83% | 0.58% | - |
| HSV(B) | 2.35º | 0.76% | 0.93% | - |
| XYZ | 37.58 | 22.09 | 6.29 | - |
| YUV | 115.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 58 | 0 | 0.73 | 0.76 | 0.07 | 2.35 | 0.83 | 0.58 |
| Hex | ED | 41 | 3A | 0 | 49 | 4C | 7 | 2 | 53 | 3A |
| Octal | 355 | 101 | 72 | 0 | 111 | 114 | 7 | 2 | 123 | 72 |
| Binary | 11101101 | 1000001 | 111010 | 0 | 1001001 | 1001100 | 111 | 10 | 1010011 | 111010 |
Color Harmonies of #ED413A
Complementary color
Monochromatic Colors of #ED413A
Black with #ED413A
Text Example
Text Example
White with #ED413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED413A; }
p { color: rgb(237,65,58); }
H1.HeaderClassName
{
color: #ED413A;
}
.AnyTagClassName
{
color: #ED413A;
}
</style>
background-color css
<style>
a { background-color: #ED413A; }
a { background-color: rgb(237,65,58); }
div.DivClassName
{
background-color: #ED413A;
}
.BgClassName
{
background-color: #ED413A;
}
</style>
border-color css
<style>
span { border-color: #ED413A; }
span { border-color: rgb(237,65,58); }
td.TdClassName
{
border-color: #ED413A;
}
.TagClassName
{
border-color: #ED413A;
}
</style>