Shades of Scarlet #ED2A0C
Tints of Scarlet #ED2A0C
RGB
CMYK
RGB Variations
Color information
#ED2A0C (or 0xED2A0C) is known color: Scarlet. HEX triplet: ED, 2A and 0C. RGB value is (237,42,12). Sum of RGB (Red+Green+Blue) = 237+42+12=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A0C is #12D5F3. Grayscale: #616161. Windows color (decimal): -1234420 or 797421. OLE color: 797421.
HSL color Cylindrical-coordinate representation of color #ED2A0C: hue angle of 8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED2A0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.07 |
| HSL | 8º | 0.9% | 0.49% | - |
| HSV(B) | 8º | 0.95% | 0.93% | - |
| XYZ | 35.82 | 19.69 | 2.26 | - |
| YUV | 96.89 | 80.1 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 12 | 0 | 0.82 | 0.95 | 0.07 | 8 | 0.9 | 0.49 |
| Hex | ED | 2A | C | 0 | 52 | 5F | 7 | 8 | 5A | 31 |
| Octal | 355 | 52 | 14 | 0 | 122 | 137 | 7 | 10 | 132 | 61 |
| Binary | 11101101 | 101010 | 1100 | 0 | 1010010 | 1011111 | 111 | 1000 | 1011010 | 110001 |
Color Harmonies of #ED2A0C
Complementary color
Monochromatic Colors of #ED2A0C
Black with #ED2A0C
Text Example
Text Example
White with #ED2A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A0C; }
p { color: rgb(237,42,12); }
H1.HeaderClassName
{
color: #ED2A0C;
}
.AnyTagClassName
{
color: #ED2A0C;
}
</style>
background-color css
<style>
a { background-color: #ED2A0C; }
a { background-color: rgb(237,42,12); }
div.DivClassName
{
background-color: #ED2A0C;
}
.BgClassName
{
background-color: #ED2A0C;
}
</style>
border-color css
<style>
span { border-color: #ED2A0C; }
span { border-color: rgb(237,42,12); }
td.TdClassName
{
border-color: #ED2A0C;
}
.TagClassName
{
border-color: #ED2A0C;
}
</style>