Shades of Scarlet #ED240B
Tints of Scarlet #ED240B
RGB
CMYK
RGB Variations
Color information
#ED240B (or 0xED240B) is known color: Scarlet. HEX triplet: ED, 24 and 0B. RGB value is (237,36,11). Sum of RGB (Red+Green+Blue) = 237+36+11=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED240B is #12DBF4. Grayscale: #5D5D5D. Windows color (decimal): -1235957 or 730349. OLE color: 730349.
HSL color Cylindrical-coordinate representation of color #ED240B: hue angle of 6.64º 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 #ED240B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.07 |
| HSL | 6.64º | 0.91% | 0.49% | - |
| HSV(B) | 6.64º | 0.95% | 0.93% | - |
| XYZ | 35.62 | 19.29 | 2.16 | - |
| YUV | 93.25 | 81.59 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 11 | 0 | 0.85 | 0.95 | 0.07 | 6.64 | 0.91 | 0.49 |
| Hex | ED | 24 | B | 0 | 55 | 5F | 7 | 7 | 5B | 31 |
| Octal | 355 | 44 | 13 | 0 | 125 | 137 | 7 | 7 | 133 | 61 |
| Binary | 11101101 | 100100 | 1011 | 0 | 1010101 | 1011111 | 111 | 111 | 1011011 | 110001 |
Color Harmonies of #ED240B
Complementary color
Monochromatic Colors of #ED240B
Black with #ED240B
Text Example
Text Example
White with #ED240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED240B; }
p { color: rgb(237,36,11); }
H1.HeaderClassName
{
color: #ED240B;
}
.AnyTagClassName
{
color: #ED240B;
}
</style>
background-color css
<style>
a { background-color: #ED240B; }
a { background-color: rgb(237,36,11); }
div.DivClassName
{
background-color: #ED240B;
}
.BgClassName
{
background-color: #ED240B;
}
</style>
border-color css
<style>
span { border-color: #ED240B; }
span { border-color: rgb(237,36,11); }
td.TdClassName
{
border-color: #ED240B;
}
.TagClassName
{
border-color: #ED240B;
}
</style>