Shades of Scarlet #ED230D
Tints of Scarlet #ED230D
RGB
CMYK
RGB Variations
Color information
#ED230D (or 0xED230D) is known color: Scarlet. HEX triplet: ED, 23 and 0D. RGB value is (237,35,13). Sum of RGB (Red+Green+Blue) = 237+35+13=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED230D is #12DCF2. Grayscale: #5D5D5D. Windows color (decimal): -1236211 or 861165. OLE color: 861165.
HSL color Cylindrical-coordinate representation of color #ED230D: hue angle of 5.89º degrees, saturation: 0.9, 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 #ED230D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.07 |
| HSL | 5.89º | 0.9% | 0.49% | - |
| HSV(B) | 5.89º | 0.95% | 0.93% | - |
| XYZ | 35.6 | 19.24 | 2.22 | - |
| YUV | 92.89 | 82.92 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 13 | 0 | 0.85 | 0.95 | 0.07 | 5.89 | 0.9 | 0.49 |
| Hex | ED | 23 | D | 0 | 55 | 5F | 7 | 6 | 5A | 31 |
| Octal | 355 | 43 | 15 | 0 | 125 | 137 | 7 | 6 | 132 | 61 |
| Binary | 11101101 | 100011 | 1101 | 0 | 1010101 | 1011111 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #ED230D
Complementary color
Monochromatic Colors of #ED230D
Black with #ED230D
Text Example
Text Example
White with #ED230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED230D; }
p { color: rgb(237,35,13); }
H1.HeaderClassName
{
color: #ED230D;
}
.AnyTagClassName
{
color: #ED230D;
}
</style>
background-color css
<style>
a { background-color: #ED230D; }
a { background-color: rgb(237,35,13); }
div.DivClassName
{
background-color: #ED230D;
}
.BgClassName
{
background-color: #ED230D;
}
</style>
border-color css
<style>
span { border-color: #ED230D; }
span { border-color: rgb(237,35,13); }
td.TdClassName
{
border-color: #ED230D;
}
.TagClassName
{
border-color: #ED230D;
}
</style>