Shades of Scarlet #ED271C
Tints of Scarlet #ED271C
RGB
CMYK
RGB Variations
Color information
#ED271C (or 0xED271C) is known color: Scarlet. HEX triplet: ED, 27 and 1C. RGB value is (237,39,28). Sum of RGB (Red+Green+Blue) = 237+39+28=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED271C is #12D8E3. Grayscale: #616161. Windows color (decimal): -1235172 or 1845229. OLE color: 1845229.
HSL color Cylindrical-coordinate representation of color #ED271C: hue angle of 3.16º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED271C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.07 |
| HSL | 3.16º | 0.85% | 0.52% | - |
| HSV(B) | 3.16º | 0.88% | 0.93% | - |
| XYZ | 35.86 | 19.54 | 2.98 | - |
| YUV | 96.95 | 89.1 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 28 | 0 | 0.84 | 0.88 | 0.07 | 3.16 | 0.85 | 0.52 |
| Hex | ED | 27 | 1C | 0 | 54 | 58 | 7 | 3 | 55 | 34 |
| Octal | 355 | 47 | 34 | 0 | 124 | 130 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 100111 | 11100 | 0 | 1010100 | 1011000 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED271C
Complementary color
Monochromatic Colors of #ED271C
Black with #ED271C
Text Example
Text Example
White with #ED271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED271C; }
p { color: rgb(237,39,28); }
H1.HeaderClassName
{
color: #ED271C;
}
.AnyTagClassName
{
color: #ED271C;
}
</style>
background-color css
<style>
a { background-color: #ED271C; }
a { background-color: rgb(237,39,28); }
div.DivClassName
{
background-color: #ED271C;
}
.BgClassName
{
background-color: #ED271C;
}
</style>
border-color css
<style>
span { border-color: #ED271C; }
span { border-color: rgb(237,39,28); }
td.TdClassName
{
border-color: #ED271C;
}
.TagClassName
{
border-color: #ED271C;
}
</style>