Shades of Scarlet #F42003
Tints of Scarlet #F42003
RGB
CMYK
RGB Variations
Color information
#F42003 (or 0xF42003) is known color: Scarlet. HEX triplet: F4, 20 and 03. RGB value is (244,32,3). Sum of RGB (Red+Green+Blue) = 244+32+3=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F42003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42003 is #0BDFFC. Grayscale: #5C5C5C. Windows color (decimal): -778237 or 205044. OLE color: 205044.
HSL color Cylindrical-coordinate representation of color #F42003: hue angle of 7.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F42003 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.04 |
| HSL | 7.22º | 0.98% | 0.48% | - |
| HSV(B) | 7.22º | 0.99% | 0.96% | - |
| XYZ | 37.84 | 20.27 | 2 | - |
| YUV | 92.08 | 77.74 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 3 | 0 | 0.87 | 0.99 | 0.04 | 7.22 | 0.98 | 0.48 |
| Hex | F4 | 20 | 3 | 0 | 57 | 63 | 4 | 7 | 62 | 30 |
| Octal | 364 | 40 | 3 | 0 | 127 | 143 | 4 | 7 | 142 | 60 |
| Binary | 11110100 | 100000 | 11 | 0 | 1010111 | 1100011 | 100 | 111 | 1100010 | 110000 |
Color Harmonies of #F42003
Complementary color
Monochromatic Colors of #F42003
Black with #F42003
Text Example
Text Example
White with #F42003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42003; }
p { color: rgb(244,32,3); }
H1.HeaderClassName
{
color: #F42003;
}
.AnyTagClassName
{
color: #F42003;
}
</style>
background-color css
<style>
a { background-color: #F42003; }
a { background-color: rgb(244,32,3); }
div.DivClassName
{
background-color: #F42003;
}
.BgClassName
{
background-color: #F42003;
}
</style>
border-color css
<style>
span { border-color: #F42003; }
span { border-color: rgb(244,32,3); }
td.TdClassName
{
border-color: #F42003;
}
.TagClassName
{
border-color: #F42003;
}
</style>