Shades of Scarlet #FF210E
Tints of Scarlet #FF210E
RGB
CMYK
RGB Variations
Color information
#FF210E (or 0xFF210E) is known color: Scarlet. HEX triplet: FF, 21 and 0E. RGB value is (255,33,14). Sum of RGB (Red+Green+Blue) = 255+33+14=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF210E is #00DEF1. Grayscale: #616161. Windows color (decimal): -57074 or 926207. OLE color: 926207.
HSL color Cylindrical-coordinate representation of color #FF210E: hue angle of 4.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF210E is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 14 | - |
| CMYK | 0 | 0.87 | 0.95 | 0 |
| HSL | 4.73º | 1% | 0.53% | - |
| HSV(B) | 4.73º | 0.95% | 1% | - |
| XYZ | 41.86 | 22.38 | 2.53 | - |
| YUV | 97.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 14 | 0 | 0.87 | 0.95 | 0 | 4.73 | 1 | 0.53 |
| Hex | FF | 21 | E | 0 | 57 | 5F | 0 | 5 | 64 | 35 |
| Octal | 377 | 41 | 16 | 0 | 127 | 137 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100001 | 1110 | 0 | 1010111 | 1011111 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF210E
Complementary color
Monochromatic Colors of #FF210E
Black with #FF210E
Text Example
Text Example
White with #FF210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF210E; }
p { color: rgb(255,33,14); }
H1.HeaderClassName
{
color: #FF210E;
}
.AnyTagClassName
{
color: #FF210E;
}
</style>
background-color css
<style>
a { background-color: #FF210E; }
a { background-color: rgb(255,33,14); }
div.DivClassName
{
background-color: #FF210E;
}
.BgClassName
{
background-color: #FF210E;
}
</style>
border-color css
<style>
span { border-color: #FF210E; }
span { border-color: rgb(255,33,14); }
td.TdClassName
{
border-color: #FF210E;
}
.TagClassName
{
border-color: #FF210E;
}
</style>