Shades of Scarlet #F92320
Tints of Scarlet #F92320
RGB
CMYK
RGB Variations
Color information
#F92320 (or 0xF92320) is known color: Scarlet. HEX triplet: F9, 23 and 20. RGB value is (249,35,32). Sum of RGB (Red+Green+Blue) = 249+35+32=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F92320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92320 is #06DCDF. Grayscale: #626262. Windows color (decimal): -449760 or 2106361. OLE color: 2106361.
HSL color Cylindrical-coordinate representation of color #F92320: hue angle of 0.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92320 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 32 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.02 |
| HSL | 0.83º | 0.95% | 0.55% | - |
| HSV(B) | 0.83º | 0.87% | 0.98% | - |
| XYZ | 39.93 | 21.45 | 3.4 | - |
| YUV | 98.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 32 | 0 | 0.86 | 0.87 | 0.02 | 0.83 | 0.95 | 0.55 |
| Hex | F9 | 23 | 20 | 0 | 56 | 57 | 2 | 1 | 5F | 37 |
| Octal | 371 | 43 | 40 | 0 | 126 | 127 | 2 | 1 | 137 | 67 |
| Binary | 11111001 | 100011 | 100000 | 0 | 1010110 | 1010111 | 10 | 1 | 1011111 | 110111 |
Color Harmonies of #F92320
Complementary color
Monochromatic Colors of #F92320
Black with #F92320
Text Example
Text Example
White with #F92320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92320; }
p { color: rgb(249,35,32); }
H1.HeaderClassName
{
color: #F92320;
}
.AnyTagClassName
{
color: #F92320;
}
</style>
background-color css
<style>
a { background-color: #F92320; }
a { background-color: rgb(249,35,32); }
div.DivClassName
{
background-color: #F92320;
}
.BgClassName
{
background-color: #F92320;
}
</style>
border-color css
<style>
span { border-color: #F92320; }
span { border-color: rgb(249,35,32); }
td.TdClassName
{
border-color: #F92320;
}
.TagClassName
{
border-color: #F92320;
}
</style>