Shades of Scarlet #EF210D
Tints of Scarlet #EF210D
RGB
CMYK
RGB Variations
Color information
#EF210D (or 0xEF210D) is known color: Scarlet. HEX triplet: EF, 21 and 0D. RGB value is (239,33,13). Sum of RGB (Red+Green+Blue) = 239+33+13=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF210D is #10DEF2. Grayscale: #5C5C5C. Windows color (decimal): -1105651 or 860655. OLE color: 860655.
HSL color Cylindrical-coordinate representation of color #EF210D: hue angle of 5.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF210D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.06 |
| HSL | 5.31º | 0.9% | 0.49% | - |
| HSV(B) | 5.31º | 0.95% | 0.94% | - |
| XYZ | 36.21 | 19.47 | 2.23 | - |
| YUV | 92.31 | 83.25 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 13 | 0 | 0.86 | 0.95 | 0.06 | 5.31 | 0.9 | 0.49 |
| Hex | EF | 21 | D | 0 | 56 | 5F | 6 | 5 | 5A | 31 |
| Octal | 357 | 41 | 15 | 0 | 126 | 137 | 6 | 5 | 132 | 61 |
| Binary | 11101111 | 100001 | 1101 | 0 | 1010110 | 1011111 | 110 | 101 | 1011010 | 110001 |
Color Harmonies of #EF210D
Complementary color
Monochromatic Colors of #EF210D
Black with #EF210D
Text Example
Text Example
White with #EF210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF210D; }
p { color: rgb(239,33,13); }
H1.HeaderClassName
{
color: #EF210D;
}
.AnyTagClassName
{
color: #EF210D;
}
</style>
background-color css
<style>
a { background-color: #EF210D; }
a { background-color: rgb(239,33,13); }
div.DivClassName
{
background-color: #EF210D;
}
.BgClassName
{
background-color: #EF210D;
}
</style>
border-color css
<style>
span { border-color: #EF210D; }
span { border-color: rgb(239,33,13); }
td.TdClassName
{
border-color: #EF210D;
}
.TagClassName
{
border-color: #EF210D;
}
</style>