Shades of Scarlet #F42121
Tints of Scarlet #F42121
RGB
CMYK
RGB Variations
Color information
#F42121 (or 0xF42121) is known color: Scarlet. HEX triplet: F4, 21 and 21. RGB value is (244,33,33). Sum of RGB (Red+Green+Blue) = 244+33+33=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F42121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42121 is #0BDEDE. Grayscale: #606060. Windows color (decimal): -777951 or 2171380. OLE color: 2171380.
HSL color Cylindrical-coordinate representation of color #F42121: hue angle of 0º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42121 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 33 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.04 |
| HSL | 0º | 0.91% | 0.54% | - |
| HSV(B) | 0º | 0.86% | 0.96% | - |
| XYZ | 38.13 | 20.43 | 3.37 | - |
| YUV | 96.09 | 92.4 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 33 | 0 | 0.86 | 0.86 | 0.04 | 0 | 0.91 | 0.54 |
| Hex | F4 | 21 | 21 | 0 | 56 | 56 | 4 | 0 | 5B | 36 |
| Octal | 364 | 41 | 41 | 0 | 126 | 126 | 4 | 0 | 133 | 66 |
| Binary | 11110100 | 100001 | 100001 | 0 | 1010110 | 1010110 | 100 | 0 | 1011011 | 110110 |
Color Harmonies of #F42121
Complementary color
Monochromatic Colors of #F42121
Black with #F42121
Text Example
Text Example
White with #F42121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42121; }
p { color: rgb(244,33,33); }
H1.HeaderClassName
{
color: #F42121;
}
.AnyTagClassName
{
color: #F42121;
}
</style>
background-color css
<style>
a { background-color: #F42121; }
a { background-color: rgb(244,33,33); }
div.DivClassName
{
background-color: #F42121;
}
.BgClassName
{
background-color: #F42121;
}
</style>
border-color css
<style>
span { border-color: #F42121; }
span { border-color: rgb(244,33,33); }
td.TdClassName
{
border-color: #F42121;
}
.TagClassName
{
border-color: #F42121;
}
</style>