Shades of Scarlet #ED251F
Tints of Scarlet #ED251F
RGB
CMYK
RGB Variations
Color information
#ED251F (or 0xED251F) is known color: Scarlet. HEX triplet: ED, 25 and 1F. RGB value is (237,37,31). Sum of RGB (Red+Green+Blue) = 237+37+31=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED251F is #12DAE0. Grayscale: #606060. Windows color (decimal): -1235681 or 2041325. OLE color: 2041325.
HSL color Cylindrical-coordinate representation of color #ED251F: hue angle of 1.75º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED251F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 31 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.07 |
| HSL | 1.75º | 0.85% | 0.53% | - |
| HSV(B) | 1.75º | 0.87% | 0.93% | - |
| XYZ | 35.83 | 19.43 | 3.16 | - |
| YUV | 96.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 31 | 0 | 0.84 | 0.87 | 0.07 | 1.75 | 0.85 | 0.53 |
| Hex | ED | 25 | 1F | 0 | 54 | 57 | 7 | 2 | 55 | 35 |
| Octal | 355 | 45 | 37 | 0 | 124 | 127 | 7 | 2 | 125 | 65 |
| Binary | 11101101 | 100101 | 11111 | 0 | 1010100 | 1010111 | 111 | 10 | 1010101 | 110101 |
Color Harmonies of #ED251F
Complementary color
Monochromatic Colors of #ED251F
Black with #ED251F
Text Example
Text Example
White with #ED251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED251F; }
p { color: rgb(237,37,31); }
H1.HeaderClassName
{
color: #ED251F;
}
.AnyTagClassName
{
color: #ED251F;
}
</style>
background-color css
<style>
a { background-color: #ED251F; }
a { background-color: rgb(237,37,31); }
div.DivClassName
{
background-color: #ED251F;
}
.BgClassName
{
background-color: #ED251F;
}
</style>
border-color css
<style>
span { border-color: #ED251F; }
span { border-color: rgb(237,37,31); }
td.TdClassName
{
border-color: #ED251F;
}
.TagClassName
{
border-color: #ED251F;
}
</style>