Shades of Scarlet #ED1F18
Tints of Scarlet #ED1F18
RGB
CMYK
RGB Variations
Color information
#ED1F18 (or 0xED1F18) is known color: Scarlet. HEX triplet: ED, 1F and 18. RGB value is (237,31,24). Sum of RGB (Red+Green+Blue) = 237+31+24=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1F18 is #12E0E7. Grayscale: #5C5C5C. Windows color (decimal): -1237224 or 1581037. OLE color: 1581037.
HSL color Cylindrical-coordinate representation of color #ED1F18: hue angle of 1.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1F18 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 24 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.07 |
| HSL | 1.97º | 0.86% | 0.51% | - |
| HSV(B) | 1.97º | 0.9% | 0.93% | - |
| XYZ | 35.58 | 19.05 | 2.67 | - |
| YUV | 91.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 24 | 0 | 0.87 | 0.90 | 0.07 | 1.97 | 0.86 | 0.51 |
| Hex | ED | 1F | 18 | 0 | 57 | 5A | 7 | 2 | 56 | 33 |
| Octal | 355 | 37 | 30 | 0 | 127 | 132 | 7 | 2 | 126 | 63 |
| Binary | 11101101 | 11111 | 11000 | 0 | 1010111 | 1011010 | 111 | 10 | 1010110 | 110011 |
Color Harmonies of #ED1F18
Complementary color
Monochromatic Colors of #ED1F18
Black with #ED1F18
Text Example
Text Example
White with #ED1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F18; }
p { color: rgb(237,31,24); }
H1.HeaderClassName
{
color: #ED1F18;
}
.AnyTagClassName
{
color: #ED1F18;
}
</style>
background-color css
<style>
a { background-color: #ED1F18; }
a { background-color: rgb(237,31,24); }
div.DivClassName
{
background-color: #ED1F18;
}
.BgClassName
{
background-color: #ED1F18;
}
</style>
border-color css
<style>
span { border-color: #ED1F18; }
span { border-color: rgb(237,31,24); }
td.TdClassName
{
border-color: #ED1F18;
}
.TagClassName
{
border-color: #ED1F18;
}
</style>