Shades of Scarlet #ED2B00
Tints of Scarlet #ED2B00
RGB
CMYK
RGB Variations
Color information
#ED2B00 (or 0xED2B00) is known color: Scarlet. HEX triplet: ED, 2B and 00. RGB value is (237,43,0). Sum of RGB (Red+Green+Blue) = 237+43+0=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2B00 is #12D4FF. Grayscale: #606060. Windows color (decimal): -1234176 or 11245. OLE color: 11245.
HSL color Cylindrical-coordinate representation of color #ED2B00: hue angle of 10.89º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED2B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.07 |
| HSL | 10.89º | 1% | 0.46% | - |
| HSV(B) | 10.89º | 1% | 0.93% | - |
| XYZ | 35.79 | 19.73 | 1.92 | - |
| YUV | 96.1 | 73.77 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 0 | 0 | 0.82 | 1 | 0.07 | 10.89 | 1 | 0.46 |
| Hex | ED | 2B | 0 | 0 | 52 | 64 | 7 | B | 64 | 2E |
| Octal | 355 | 53 | 0 | 0 | 122 | 144 | 7 | 13 | 144 | 56 |
| Binary | 11101101 | 101011 | 0 | 0 | 1010010 | 1100100 | 111 | 1011 | 1100100 | 101110 |
Color Harmonies of #ED2B00
Complementary color
Monochromatic Colors of #ED2B00
Black with #ED2B00
Text Example
Text Example
White with #ED2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B00; }
p { color: rgb(237,43,0); }
H1.HeaderClassName
{
color: #ED2B00;
}
.AnyTagClassName
{
color: #ED2B00;
}
</style>
background-color css
<style>
a { background-color: #ED2B00; }
a { background-color: rgb(237,43,0); }
div.DivClassName
{
background-color: #ED2B00;
}
.BgClassName
{
background-color: #ED2B00;
}
</style>
border-color css
<style>
span { border-color: #ED2B00; }
span { border-color: rgb(237,43,0); }
td.TdClassName
{
border-color: #ED2B00;
}
.TagClassName
{
border-color: #ED2B00;
}
</style>