Shades of Scarlet #F42105
Tints of Scarlet #F42105
RGB
CMYK
RGB Variations
Color information
#F42105 (or 0xF42105) is known color: Scarlet. HEX triplet: F4, 21 and 05. RGB value is (244,33,5). Sum of RGB (Red+Green+Blue) = 244+33+5=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F42105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42105 is #0BDEFA. Grayscale: #5D5D5D. Windows color (decimal): -777979 or 336372. OLE color: 336372.
HSL color Cylindrical-coordinate representation of color #F42105: hue angle of 7.03º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F42105 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.04 |
| HSL | 7.03º | 0.96% | 0.49% | - |
| HSV(B) | 7.03º | 0.98% | 0.96% | - |
| XYZ | 37.88 | 20.33 | 2.07 | - |
| YUV | 92.9 | 78.4 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 5 | 0 | 0.86 | 0.98 | 0.04 | 7.03 | 0.96 | 0.49 |
| Hex | F4 | 21 | 5 | 0 | 56 | 62 | 4 | 7 | 60 | 31 |
| Octal | 364 | 41 | 5 | 0 | 126 | 142 | 4 | 7 | 140 | 61 |
| Binary | 11110100 | 100001 | 101 | 0 | 1010110 | 1100010 | 100 | 111 | 1100000 | 110001 |
Color Harmonies of #F42105
Complementary color
Monochromatic Colors of #F42105
Black with #F42105
Text Example
Text Example
White with #F42105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42105; }
p { color: rgb(244,33,5); }
H1.HeaderClassName
{
color: #F42105;
}
.AnyTagClassName
{
color: #F42105;
}
</style>
background-color css
<style>
a { background-color: #F42105; }
a { background-color: rgb(244,33,5); }
div.DivClassName
{
background-color: #F42105;
}
.BgClassName
{
background-color: #F42105;
}
</style>
border-color css
<style>
span { border-color: #F42105; }
span { border-color: rgb(244,33,5); }
td.TdClassName
{
border-color: #F42105;
}
.TagClassName
{
border-color: #F42105;
}
</style>