Shades of Scarlet #ED2902
Tints of Scarlet #ED2902
RGB
CMYK
RGB Variations
Color information
#ED2902 (or 0xED2902) is known color: Scarlet. HEX triplet: ED, 29 and 02. RGB value is (237,41,2). Sum of RGB (Red+Green+Blue) = 237+41+2=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2902 is #12D6FD. Grayscale: #5F5F5F. Windows color (decimal): -1234686 or 141805. OLE color: 141805.
HSL color Cylindrical-coordinate representation of color #ED2902: hue angle of 9.96º 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 #ED2902 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.07 |
| HSL | 9.96º | 0.98% | 0.47% | - |
| HSV(B) | 9.96º | 0.99% | 0.93% | - |
| XYZ | 35.73 | 19.59 | 1.96 | - |
| YUV | 95.16 | 75.43 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 2 | 0 | 0.83 | 0.99 | 0.07 | 9.96 | 0.98 | 0.47 |
| Hex | ED | 29 | 2 | 0 | 53 | 63 | 7 | A | 62 | 2F |
| Octal | 355 | 51 | 2 | 0 | 123 | 143 | 7 | 12 | 142 | 57 |
| Binary | 11101101 | 101001 | 10 | 0 | 1010011 | 1100011 | 111 | 1010 | 1100010 | 101111 |
Color Harmonies of #ED2902
Complementary color
Monochromatic Colors of #ED2902
Black with #ED2902
Text Example
Text Example
White with #ED2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2902; }
p { color: rgb(237,41,2); }
H1.HeaderClassName
{
color: #ED2902;
}
.AnyTagClassName
{
color: #ED2902;
}
</style>
background-color css
<style>
a { background-color: #ED2902; }
a { background-color: rgb(237,41,2); }
div.DivClassName
{
background-color: #ED2902;
}
.BgClassName
{
background-color: #ED2902;
}
</style>
border-color css
<style>
span { border-color: #ED2902; }
span { border-color: rgb(237,41,2); }
td.TdClassName
{
border-color: #ED2902;
}
.TagClassName
{
border-color: #ED2902;
}
</style>