Shades of Scarlet #F01303
Tints of Scarlet #F01303
RGB
CMYK
RGB Variations
Color information
#F01303 (or 0xF01303) is known color: Scarlet. HEX triplet: F0, 13 and 03. RGB value is (240,19,3). Sum of RGB (Red+Green+Blue) = 240+19+3=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F01303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01303 is #0FECFC. Grayscale: #535353. Windows color (decimal): -1043709 or 201712. OLE color: 201712.
HSL color Cylindrical-coordinate representation of color #F01303: hue angle of 4.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.06 |
| HSL | 4.05º | 0.98% | 0.48% | - |
| HSV(B) | 4.05º | 0.99% | 0.94% | - |
| XYZ | 36.18 | 19 | 1.85 | - |
| YUV | 83.26 | 82.72 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 3 | 0 | 0.92 | 0.99 | 0.06 | 4.05 | 0.98 | 0.48 |
| Hex | F0 | 13 | 3 | 0 | 5C | 63 | 6 | 4 | 62 | 30 |
| Octal | 360 | 23 | 3 | 0 | 134 | 143 | 6 | 4 | 142 | 60 |
| Binary | 11110000 | 10011 | 11 | 0 | 1011100 | 1100011 | 110 | 100 | 1100010 | 110000 |
Color Harmonies of #F01303
Complementary color
Monochromatic Colors of #F01303
Black with #F01303
Text Example
Text Example
White with #F01303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01303; }
p { color: rgb(240,19,3); }
H1.HeaderClassName
{
color: #F01303;
}
.AnyTagClassName
{
color: #F01303;
}
</style>
background-color css
<style>
a { background-color: #F01303; }
a { background-color: rgb(240,19,3); }
div.DivClassName
{
background-color: #F01303;
}
.BgClassName
{
background-color: #F01303;
}
</style>
border-color css
<style>
span { border-color: #F01303; }
span { border-color: rgb(240,19,3); }
td.TdClassName
{
border-color: #F01303;
}
.TagClassName
{
border-color: #F01303;
}
</style>