Shades of Scarlet #ED2A0B
Tints of Scarlet #ED2A0B
RGB
CMYK
RGB Variations
Color information
#ED2A0B (or 0xED2A0B) is known color: Scarlet. HEX triplet: ED, 2A and 0B. RGB value is (237,42,11). Sum of RGB (Red+Green+Blue) = 237+42+11=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A0B is #12D5F4. Grayscale: #616161. Windows color (decimal): -1234421 or 731885. OLE color: 731885.
HSL color Cylindrical-coordinate representation of color #ED2A0B: hue angle of 8.23º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED2A0B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.07 |
| HSL | 8.23º | 0.91% | 0.49% | - |
| HSV(B) | 8.23º | 0.95% | 0.93% | - |
| XYZ | 35.81 | 19.68 | 2.23 | - |
| YUV | 96.77 | 79.6 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 11 | 0 | 0.82 | 0.95 | 0.07 | 8.23 | 0.91 | 0.49 |
| Hex | ED | 2A | B | 0 | 52 | 5F | 7 | 8 | 5B | 31 |
| Octal | 355 | 52 | 13 | 0 | 122 | 137 | 7 | 10 | 133 | 61 |
| Binary | 11101101 | 101010 | 1011 | 0 | 1010010 | 1011111 | 111 | 1000 | 1011011 | 110001 |
Color Harmonies of #ED2A0B
Complementary color
Monochromatic Colors of #ED2A0B
Black with #ED2A0B
Text Example
Text Example
White with #ED2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A0B; }
p { color: rgb(237,42,11); }
H1.HeaderClassName
{
color: #ED2A0B;
}
.AnyTagClassName
{
color: #ED2A0B;
}
</style>
background-color css
<style>
a { background-color: #ED2A0B; }
a { background-color: rgb(237,42,11); }
div.DivClassName
{
background-color: #ED2A0B;
}
.BgClassName
{
background-color: #ED2A0B;
}
</style>
border-color css
<style>
span { border-color: #ED2A0B; }
span { border-color: rgb(237,42,11); }
td.TdClassName
{
border-color: #ED2A0B;
}
.TagClassName
{
border-color: #ED2A0B;
}
</style>