Shades of Scarlet #ED1F03
Tints of Scarlet #ED1F03
RGB
CMYK
RGB Variations
Color information
#ED1F03 (or 0xED1F03) is known color: Scarlet. HEX triplet: ED, 1F and 03. RGB value is (237,31,3). Sum of RGB (Red+Green+Blue) = 237+31+3=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1F03 is #12E0FC. Grayscale: #595959. Windows color (decimal): -1237245 or 204781. OLE color: 204781.
HSL color Cylindrical-coordinate representation of color #ED1F03: hue angle of 7.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED1F03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.07 |
| HSL | 7.18º | 0.98% | 0.47% | - |
| HSV(B) | 7.18º | 0.99% | 0.93% | - |
| XYZ | 35.43 | 18.99 | 1.88 | - |
| YUV | 89.4 | 79.25 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 3 | 0 | 0.87 | 0.99 | 0.07 | 7.18 | 0.98 | 0.47 |
| Hex | ED | 1F | 3 | 0 | 57 | 63 | 7 | 7 | 62 | 2F |
| Octal | 355 | 37 | 3 | 0 | 127 | 143 | 7 | 7 | 142 | 57 |
| Binary | 11101101 | 11111 | 11 | 0 | 1010111 | 1100011 | 111 | 111 | 1100010 | 101111 |
Color Harmonies of #ED1F03
Complementary color
Monochromatic Colors of #ED1F03
Black with #ED1F03
Text Example
Text Example
White with #ED1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F03; }
p { color: rgb(237,31,3); }
H1.HeaderClassName
{
color: #ED1F03;
}
.AnyTagClassName
{
color: #ED1F03;
}
</style>
background-color css
<style>
a { background-color: #ED1F03; }
a { background-color: rgb(237,31,3); }
div.DivClassName
{
background-color: #ED1F03;
}
.BgClassName
{
background-color: #ED1F03;
}
</style>
border-color css
<style>
span { border-color: #ED1F03; }
span { border-color: rgb(237,31,3); }
td.TdClassName
{
border-color: #ED1F03;
}
.TagClassName
{
border-color: #ED1F03;
}
</style>