Shades of Scarlet #ED231B
Tints of Scarlet #ED231B
RGB
CMYK
RGB Variations
Color information
#ED231B (or 0xED231B) is known color: Scarlet. HEX triplet: ED, 23 and 1B. RGB value is (237,35,27). Sum of RGB (Red+Green+Blue) = 237+35+27=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED231B is #12DCE4. Grayscale: #5E5E5E. Windows color (decimal): -1236197 or 1778669. OLE color: 1778669.
HSL color Cylindrical-coordinate representation of color #ED231B: hue angle of 2.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED231B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.07 |
| HSL | 2.29º | 0.85% | 0.52% | - |
| HSV(B) | 2.29º | 0.89% | 0.93% | - |
| XYZ | 35.72 | 19.29 | 2.88 | - |
| YUV | 94.49 | 89.92 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 27 | 0 | 0.85 | 0.89 | 0.07 | 2.29 | 0.85 | 0.52 |
| Hex | ED | 23 | 1B | 0 | 55 | 59 | 7 | 2 | 55 | 34 |
| Octal | 355 | 43 | 33 | 0 | 125 | 131 | 7 | 2 | 125 | 64 |
| Binary | 11101101 | 100011 | 11011 | 0 | 1010101 | 1011001 | 111 | 10 | 1010101 | 110100 |
Color Harmonies of #ED231B
Complementary color
Monochromatic Colors of #ED231B
Black with #ED231B
Text Example
Text Example
White with #ED231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED231B; }
p { color: rgb(237,35,27); }
H1.HeaderClassName
{
color: #ED231B;
}
.AnyTagClassName
{
color: #ED231B;
}
</style>
background-color css
<style>
a { background-color: #ED231B; }
a { background-color: rgb(237,35,27); }
div.DivClassName
{
background-color: #ED231B;
}
.BgClassName
{
background-color: #ED231B;
}
</style>
border-color css
<style>
span { border-color: #ED231B; }
span { border-color: rgb(237,35,27); }
td.TdClassName
{
border-color: #ED231B;
}
.TagClassName
{
border-color: #ED231B;
}
</style>