Shades of Scarlet #F32020
Tints of Scarlet #F32020
RGB
CMYK
RGB Variations
Color information
#F32020 (or 0xF32020) is known color: Scarlet. HEX triplet: F3, 20 and 20. RGB value is (243,32,32). Sum of RGB (Red+Green+Blue) = 243+32+32=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F32020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32020 is #0CDFDF. Grayscale: #5F5F5F. Windows color (decimal): -843744 or 2105587. OLE color: 2105587.
HSL color Cylindrical-coordinate representation of color #F32020: hue angle of 0º 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 #F32020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 32 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.05 |
| HSL | 0º | 0.9% | 0.54% | - |
| HSV(B) | 0º | 0.87% | 0.95% | - |
| XYZ | 37.74 | 20.19 | 3.27 | - |
| YUV | 95.09 | 92.4 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 32 | 0 | 0.87 | 0.87 | 0.05 | 0 | 0.9 | 0.54 |
| Hex | F3 | 20 | 20 | 0 | 57 | 57 | 5 | 0 | 5A | 36 |
| Octal | 363 | 40 | 40 | 0 | 127 | 127 | 5 | 0 | 132 | 66 |
| Binary | 11110011 | 100000 | 100000 | 0 | 1010111 | 1010111 | 101 | 0 | 1011010 | 110110 |
Color Harmonies of #F32020
Complementary color
Monochromatic Colors of #F32020
Black with #F32020
Text Example
Text Example
White with #F32020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32020; }
p { color: rgb(243,32,32); }
H1.HeaderClassName
{
color: #F32020;
}
.AnyTagClassName
{
color: #F32020;
}
</style>
background-color css
<style>
a { background-color: #F32020; }
a { background-color: rgb(243,32,32); }
div.DivClassName
{
background-color: #F32020;
}
.BgClassName
{
background-color: #F32020;
}
</style>
border-color css
<style>
span { border-color: #F32020; }
span { border-color: rgb(243,32,32); }
td.TdClassName
{
border-color: #F32020;
}
.TagClassName
{
border-color: #F32020;
}
</style>