Shades of Scarlet #F32220
Tints of Scarlet #F32220
RGB
CMYK
RGB Variations
Color information
#F32220 (or 0xF32220) is known color: Scarlet. HEX triplet: F3, 22 and 20. RGB value is (243,34,32). Sum of RGB (Red+Green+Blue) = 243+34+32=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32220 is #0CDDDF. Grayscale: #606060. Windows color (decimal): -843232 or 2106099. OLE color: 2106099.
HSL color Cylindrical-coordinate representation of color #F32220: hue angle of 0.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32220 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 32 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.05 |
| HSL | 0.57º | 0.9% | 0.54% | - |
| HSV(B) | 0.57º | 0.87% | 0.95% | - |
| XYZ | 37.79 | 20.3 | 3.29 | - |
| YUV | 96.26 | 91.74 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 32 | 0 | 0.86 | 0.87 | 0.05 | 0.57 | 0.9 | 0.54 |
| Hex | F3 | 22 | 20 | 0 | 56 | 57 | 5 | 1 | 5A | 36 |
| Octal | 363 | 42 | 40 | 0 | 126 | 127 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100010 | 100000 | 0 | 1010110 | 1010111 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32220
Complementary color
Monochromatic Colors of #F32220
Black with #F32220
Text Example
Text Example
White with #F32220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32220; }
p { color: rgb(243,34,32); }
H1.HeaderClassName
{
color: #F32220;
}
.AnyTagClassName
{
color: #F32220;
}
</style>
background-color css
<style>
a { background-color: #F32220; }
a { background-color: rgb(243,34,32); }
div.DivClassName
{
background-color: #F32220;
}
.BgClassName
{
background-color: #F32220;
}
</style>
border-color css
<style>
span { border-color: #F32220; }
span { border-color: rgb(243,34,32); }
td.TdClassName
{
border-color: #F32220;
}
.TagClassName
{
border-color: #F32220;
}
</style>