Shades of Scarlet #F21300
Tints of Scarlet #F21300
RGB
CMYK
RGB Variations
Color information
#F21300 (or 0xF21300) is known color: Scarlet. HEX triplet: F2, 13 and 00. RGB value is (242,19,0). Sum of RGB (Red+Green+Blue) = 242+19+0=261 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.72% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 242 - color contains mainly: red. Hex color #F21300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21300 is #0DECFF. Grayscale: #535353. Windows color (decimal): -912640 or 5106. OLE color: 5106.
HSL color Cylindrical-coordinate representation of color #F21300: hue angle of 4.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F21300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.05 |
| HSL | 4.71º | 1% | 0.47% | - |
| HSV(B) | 4.71º | 1% | 0.95% | - |
| XYZ | 36.85 | 19.34 | 1.79 | - |
| YUV | 83.51 | 80.88 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 0 | 0 | 0.92 | 1 | 0.05 | 4.71 | 1 | 0.47 |
| Hex | F2 | 13 | 0 | 0 | 5C | 64 | 5 | 5 | 64 | 2F |
| Octal | 362 | 23 | 0 | 0 | 134 | 144 | 5 | 5 | 144 | 57 |
| Binary | 11110010 | 10011 | 0 | 0 | 1011100 | 1100100 | 101 | 101 | 1100100 | 101111 |
Color Harmonies of #F21300
Complementary color
Monochromatic Colors of #F21300
Black with #F21300
Text Example
Text Example
White with #F21300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21300; }
p { color: rgb(242,19,0); }
H1.HeaderClassName
{
color: #F21300;
}
.AnyTagClassName
{
color: #F21300;
}
</style>
background-color css
<style>
a { background-color: #F21300; }
a { background-color: rgb(242,19,0); }
div.DivClassName
{
background-color: #F21300;
}
.BgClassName
{
background-color: #F21300;
}
</style>
border-color css
<style>
span { border-color: #F21300; }
span { border-color: rgb(242,19,0); }
td.TdClassName
{
border-color: #F21300;
}
.TagClassName
{
border-color: #F21300;
}
</style>