Shades of Scarlet #F22302
Tints of Scarlet #F22302
RGB
CMYK
RGB Variations
Color information
#F22302 (or 0xF22302) is known color: Scarlet. HEX triplet: F2, 23 and 02. RGB value is (242,35,2). Sum of RGB (Red+Green+Blue) = 242+35+2=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F22302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22302 is #0DDCFD. Grayscale: #5D5D5D. Windows color (decimal): -908542 or 140274. OLE color: 140274.
HSL color Cylindrical-coordinate representation of color #F22302: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F22302 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.05 |
| HSL | 8.25º | 0.98% | 0.48% | - |
| HSV(B) | 8.25º | 0.99% | 0.95% | - |
| XYZ | 37.23 | 20.08 | 1.97 | - |
| YUV | 93.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 2 | 0 | 0.86 | 0.99 | 0.05 | 8.25 | 0.98 | 0.48 |
| Hex | F2 | 23 | 2 | 0 | 56 | 63 | 5 | 8 | 62 | 30 |
| Octal | 362 | 43 | 2 | 0 | 126 | 143 | 5 | 10 | 142 | 60 |
| Binary | 11110010 | 100011 | 10 | 0 | 1010110 | 1100011 | 101 | 1000 | 1100010 | 110000 |
Color Harmonies of #F22302
Complementary color
Monochromatic Colors of #F22302
Black with #F22302
Text Example
Text Example
White with #F22302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22302; }
p { color: rgb(242,35,2); }
H1.HeaderClassName
{
color: #F22302;
}
.AnyTagClassName
{
color: #F22302;
}
</style>
background-color css
<style>
a { background-color: #F22302; }
a { background-color: rgb(242,35,2); }
div.DivClassName
{
background-color: #F22302;
}
.BgClassName
{
background-color: #F22302;
}
</style>
border-color css
<style>
span { border-color: #F22302; }
span { border-color: rgb(242,35,2); }
td.TdClassName
{
border-color: #F22302;
}
.TagClassName
{
border-color: #F22302;
}
</style>