Shades of Cinnabar #ED483D
Tints of Cinnabar #ED483D
RGB
CMYK
RGB Variations
Color information
#ED483D (or 0xED483D) is known color: Cinnabar. HEX triplet: ED, 48 and 3D. RGB value is (237,72,61). Sum of RGB (Red+Green+Blue) = 237+72+61=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED483D is #12B7C2. Grayscale: #787878. Windows color (decimal): -1226691 or 4016365. OLE color: 4016365.
HSL color Cylindrical-coordinate representation of color #ED483D: hue angle of 3.75º 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 #ED483D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 61 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.07 |
| HSL | 3.75º | 0.83% | 0.58% | - |
| HSV(B) | 3.75º | 0.74% | 0.93% | - |
| XYZ | 38.08 | 22.98 | 6.84 | - |
| YUV | 120.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 61 | 0 | 0.70 | 0.74 | 0.07 | 3.75 | 0.83 | 0.58 |
| Hex | ED | 48 | 3D | 0 | 46 | 4A | 7 | 4 | 53 | 3A |
| Octal | 355 | 110 | 75 | 0 | 106 | 112 | 7 | 4 | 123 | 72 |
| Binary | 11101101 | 1001000 | 111101 | 0 | 1000110 | 1001010 | 111 | 100 | 1010011 | 111010 |
Color Harmonies of #ED483D
Complementary color
Monochromatic Colors of #ED483D
Black with #ED483D
Text Example
Text Example
White with #ED483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED483D; }
p { color: rgb(237,72,61); }
H1.HeaderClassName
{
color: #ED483D;
}
.AnyTagClassName
{
color: #ED483D;
}
</style>
background-color css
<style>
a { background-color: #ED483D; }
a { background-color: rgb(237,72,61); }
div.DivClassName
{
background-color: #ED483D;
}
.BgClassName
{
background-color: #ED483D;
}
</style>
border-color css
<style>
span { border-color: #ED483D; }
span { border-color: rgb(237,72,61); }
td.TdClassName
{
border-color: #ED483D;
}
.TagClassName
{
border-color: #ED483D;
}
</style>