Shades of Scarlet #F42100
Tints of Scarlet #F42100
RGB
CMYK
RGB Variations
Color information
#F42100 (or 0xF42100) is known color: Scarlet. HEX triplet: F4, 21 and 00. RGB value is (244,33,0). Sum of RGB (Red+Green+Blue) = 244+33+0=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F42100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42100 is #0BDEFF. Grayscale: #5C5C5C. Windows color (decimal): -777984 or 8692. OLE color: 8692.
HSL color Cylindrical-coordinate representation of color #F42100: hue angle of 8.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F42100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.04 |
| HSL | 8.11º | 1% | 0.48% | - |
| HSV(B) | 8.11º | 1% | 0.96% | - |
| XYZ | 37.85 | 20.32 | 1.93 | - |
| YUV | 92.33 | 75.9 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 0 | 0 | 0.86 | 1 | 0.04 | 8.11 | 1 | 0.48 |
| Hex | F4 | 21 | 0 | 0 | 56 | 64 | 4 | 8 | 64 | 30 |
| Octal | 364 | 41 | 0 | 0 | 126 | 144 | 4 | 10 | 144 | 60 |
| Binary | 11110100 | 100001 | 0 | 0 | 1010110 | 1100100 | 100 | 1000 | 1100100 | 110000 |
Color Harmonies of #F42100
Complementary color
Monochromatic Colors of #F42100
Black with #F42100
Text Example
Text Example
White with #F42100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42100; }
p { color: rgb(244,33,0); }
H1.HeaderClassName
{
color: #F42100;
}
.AnyTagClassName
{
color: #F42100;
}
</style>
background-color css
<style>
a { background-color: #F42100; }
a { background-color: rgb(244,33,0); }
div.DivClassName
{
background-color: #F42100;
}
.BgClassName
{
background-color: #F42100;
}
</style>
border-color css
<style>
span { border-color: #F42100; }
span { border-color: rgb(244,33,0); }
td.TdClassName
{
border-color: #F42100;
}
.TagClassName
{
border-color: #F42100;
}
</style>