Shades of Scarlet #F32119
Tints of Scarlet #F32119
RGB
CMYK
RGB Variations
Color information
#F32119 (or 0xF32119) is known color: Scarlet. HEX triplet: F3, 21 and 19. RGB value is (243,33,25). Sum of RGB (Red+Green+Blue) = 243+33+25=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32119 is #0CDEE6. Grayscale: #5F5F5F. Windows color (decimal): -843495 or 1647091. OLE color: 1647091.
HSL color Cylindrical-coordinate representation of color #F32119: hue angle of 2.2º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F32119 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.2º | 0.9% | 0.53% | - |
| HSV(B) | 2.2º | 0.9% | 0.95% | - |
| XYZ | 37.68 | 20.21 | 2.84 | - |
| YUV | 94.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 25 | 0 | 0.86 | 0.90 | 0.05 | 2.2 | 0.9 | 0.53 |
| Hex | F3 | 21 | 19 | 0 | 56 | 5A | 5 | 2 | 5A | 35 |
| Octal | 363 | 41 | 31 | 0 | 126 | 132 | 5 | 2 | 132 | 65 |
| Binary | 11110011 | 100001 | 11001 | 0 | 1010110 | 1011010 | 101 | 10 | 1011010 | 110101 |
Color Harmonies of #F32119
Complementary color
Monochromatic Colors of #F32119
Black with #F32119
Text Example
Text Example
White with #F32119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32119; }
p { color: rgb(243,33,25); }
H1.HeaderClassName
{
color: #F32119;
}
.AnyTagClassName
{
color: #F32119;
}
</style>
background-color css
<style>
a { background-color: #F32119; }
a { background-color: rgb(243,33,25); }
div.DivClassName
{
background-color: #F32119;
}
.BgClassName
{
background-color: #F32119;
}
</style>
border-color css
<style>
span { border-color: #F32119; }
span { border-color: rgb(243,33,25); }
td.TdClassName
{
border-color: #F32119;
}
.TagClassName
{
border-color: #F32119;
}
</style>