Shades of Cinnabar #ED483C
Tints of Cinnabar #ED483C
RGB
CMYK
RGB Variations
Color information
#ED483C (or 0xED483C) is known color: Cinnabar. HEX triplet: ED, 48 and 3C. RGB value is (237,72,60). Sum of RGB (Red+Green+Blue) = 237+72+60=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED483C is #12B7C3. Grayscale: #787878. Windows color (decimal): -1226692 or 3950829. OLE color: 3950829.
HSL color Cylindrical-coordinate representation of color #ED483C: hue angle of 4.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED483C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 60 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.07 |
| HSL | 4.07º | 0.83% | 0.58% | - |
| HSV(B) | 4.07º | 0.75% | 0.93% | - |
| XYZ | 38.06 | 22.97 | 6.7 | - |
| YUV | 119.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 60 | 0 | 0.70 | 0.75 | 0.07 | 4.07 | 0.83 | 0.58 |
| Hex | ED | 48 | 3C | 0 | 46 | 4B | 7 | 4 | 53 | 3A |
| Octal | 355 | 110 | 74 | 0 | 106 | 113 | 7 | 4 | 123 | 72 |
| Binary | 11101101 | 1001000 | 111100 | 0 | 1000110 | 1001011 | 111 | 100 | 1010011 | 111010 |
Color Harmonies of #ED483C
Complementary color
Monochromatic Colors of #ED483C
Black with #ED483C
Text Example
Text Example
White with #ED483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED483C; }
p { color: rgb(237,72,60); }
H1.HeaderClassName
{
color: #ED483C;
}
.AnyTagClassName
{
color: #ED483C;
}
</style>
background-color css
<style>
a { background-color: #ED483C; }
a { background-color: rgb(237,72,60); }
div.DivClassName
{
background-color: #ED483C;
}
.BgClassName
{
background-color: #ED483C;
}
</style>
border-color css
<style>
span { border-color: #ED483C; }
span { border-color: rgb(237,72,60); }
td.TdClassName
{
border-color: #ED483C;
}
.TagClassName
{
border-color: #ED483C;
}
</style>