Shades of Scarlet #EF210C
Tints of Scarlet #EF210C
RGB
CMYK
RGB Variations
Color information
#EF210C (or 0xEF210C) is known color: Scarlet. HEX triplet: EF, 21 and 0C. RGB value is (239,33,12). Sum of RGB (Red+Green+Blue) = 239+33+12=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF210C is #10DEF3. Grayscale: #5C5C5C. Windows color (decimal): -1105652 or 795119. OLE color: 795119.
HSL color Cylindrical-coordinate representation of color #EF210C: hue angle of 5.55º 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 #EF210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.06 |
| HSL | 5.55º | 0.9% | 0.49% | - |
| HSV(B) | 5.55º | 0.95% | 0.94% | - |
| XYZ | 36.21 | 19.46 | 2.2 | - |
| YUV | 92.2 | 82.75 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 12 | 0 | 0.86 | 0.95 | 0.06 | 5.55 | 0.9 | 0.49 |
| Hex | EF | 21 | C | 0 | 56 | 5F | 6 | 6 | 5A | 31 |
| Octal | 357 | 41 | 14 | 0 | 126 | 137 | 6 | 6 | 132 | 61 |
| Binary | 11101111 | 100001 | 1100 | 0 | 1010110 | 1011111 | 110 | 110 | 1011010 | 110001 |
Color Harmonies of #EF210C
Complementary color
Monochromatic Colors of #EF210C
Black with #EF210C
Text Example
Text Example
White with #EF210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF210C; }
p { color: rgb(239,33,12); }
H1.HeaderClassName
{
color: #EF210C;
}
.AnyTagClassName
{
color: #EF210C;
}
</style>
background-color css
<style>
a { background-color: #EF210C; }
a { background-color: rgb(239,33,12); }
div.DivClassName
{
background-color: #EF210C;
}
.BgClassName
{
background-color: #EF210C;
}
</style>
border-color css
<style>
span { border-color: #EF210C; }
span { border-color: rgb(239,33,12); }
td.TdClassName
{
border-color: #EF210C;
}
.TagClassName
{
border-color: #EF210C;
}
</style>