Shades of Scarlet #FF210C
Tints of Scarlet #FF210C
RGB
CMYK
RGB Variations
Color information
#FF210C (or 0xFF210C) is known color: Scarlet. HEX triplet: FF, 21 and 0C. RGB value is (255,33,12). Sum of RGB (Red+Green+Blue) = 255+33+12=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF210C is #00DEF3. Grayscale: #616161. Windows color (decimal): -57076 or 795135. OLE color: 795135.
HSL color Cylindrical-coordinate representation of color #FF210C: hue angle of 5.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF210C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0 |
| HSL | 5.19º | 1% | 0.52% | - |
| HSV(B) | 5.19º | 0.95% | 1% | - |
| XYZ | 41.85 | 22.37 | 2.46 | - |
| YUV | 96.98 | 80.05 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 12 | 0 | 0.87 | 0.95 | 0 | 5.19 | 1 | 0.52 |
| Hex | FF | 21 | C | 0 | 57 | 5F | 0 | 5 | 64 | 34 |
| Octal | 377 | 41 | 14 | 0 | 127 | 137 | 0 | 5 | 144 | 64 |
| Binary | 11111111 | 100001 | 1100 | 0 | 1010111 | 1011111 | 0 | 101 | 1100100 | 110100 |
Color Harmonies of #FF210C
Complementary color
Monochromatic Colors of #FF210C
Black with #FF210C
Text Example
Text Example
White with #FF210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF210C; }
p { color: rgb(255,33,12); }
H1.HeaderClassName
{
color: #FF210C;
}
.AnyTagClassName
{
color: #FF210C;
}
</style>
background-color css
<style>
a { background-color: #FF210C; }
a { background-color: rgb(255,33,12); }
div.DivClassName
{
background-color: #FF210C;
}
.BgClassName
{
background-color: #FF210C;
}
</style>
border-color css
<style>
span { border-color: #FF210C; }
span { border-color: rgb(255,33,12); }
td.TdClassName
{
border-color: #FF210C;
}
.TagClassName
{
border-color: #FF210C;
}
</style>