Shades of Scarlet #F32219
Tints of Scarlet #F32219
RGB
CMYK
RGB Variations
Color information
#F32219 (or 0xF32219) is known color: Scarlet. HEX triplet: F3, 22 and 19. RGB value is (243,34,25). Sum of RGB (Red+Green+Blue) = 243+34+25=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F32219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32219 is #0CDDE6. Grayscale: #5F5F5F. Windows color (decimal): -843239 or 1647347. OLE color: 1647347.
HSL color Cylindrical-coordinate representation of color #F32219: hue angle of 2.48º 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 #F32219 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.48º | 0.9% | 0.53% | - |
| HSV(B) | 2.48º | 0.9% | 0.95% | - |
| XYZ | 37.71 | 20.27 | 2.84 | - |
| YUV | 95.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 25 | 0 | 0.86 | 0.90 | 0.05 | 2.48 | 0.9 | 0.53 |
| Hex | F3 | 22 | 19 | 0 | 56 | 5A | 5 | 2 | 5A | 35 |
| Octal | 363 | 42 | 31 | 0 | 126 | 132 | 5 | 2 | 132 | 65 |
| Binary | 11110011 | 100010 | 11001 | 0 | 1010110 | 1011010 | 101 | 10 | 1011010 | 110101 |
Color Harmonies of #F32219
Complementary color
Monochromatic Colors of #F32219
Black with #F32219
Text Example
Text Example
White with #F32219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32219; }
p { color: rgb(243,34,25); }
H1.HeaderClassName
{
color: #F32219;
}
.AnyTagClassName
{
color: #F32219;
}
</style>
background-color css
<style>
a { background-color: #F32219; }
a { background-color: rgb(243,34,25); }
div.DivClassName
{
background-color: #F32219;
}
.BgClassName
{
background-color: #F32219;
}
</style>
border-color css
<style>
span { border-color: #F32219; }
span { border-color: rgb(243,34,25); }
td.TdClassName
{
border-color: #F32219;
}
.TagClassName
{
border-color: #F32219;
}
</style>