Shades of Scarlet #F32919
Tints of Scarlet #F32919
RGB
CMYK
RGB Variations
Color information
#F32919 (or 0xF32919) is known color: Scarlet. HEX triplet: F3, 29 and 19. RGB value is (243,41,25). Sum of RGB (Red+Green+Blue) = 243+41+25=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32919 is #0CD6E6. Grayscale: #636363. Windows color (decimal): -841447 or 1649139. OLE color: 1649139.
HSL color Cylindrical-coordinate representation of color #F32919: hue angle of 4.4º 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 #F32919 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.4º | 0.9% | 0.53% | - |
| HSV(B) | 4.4º | 0.9% | 0.95% | - |
| XYZ | 37.93 | 20.71 | 2.92 | - |
| YUV | 99.57 | 85.92 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 25 | 0 | 0.83 | 0.90 | 0.05 | 4.4 | 0.9 | 0.53 |
| Hex | F3 | 29 | 19 | 0 | 53 | 5A | 5 | 4 | 5A | 35 |
| Octal | 363 | 51 | 31 | 0 | 123 | 132 | 5 | 4 | 132 | 65 |
| Binary | 11110011 | 101001 | 11001 | 0 | 1010011 | 1011010 | 101 | 100 | 1011010 | 110101 |
Color Harmonies of #F32919
Complementary color
Monochromatic Colors of #F32919
Black with #F32919
Text Example
Text Example
White with #F32919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32919; }
p { color: rgb(243,41,25); }
H1.HeaderClassName
{
color: #F32919;
}
.AnyTagClassName
{
color: #F32919;
}
</style>
background-color css
<style>
a { background-color: #F32919; }
a { background-color: rgb(243,41,25); }
div.DivClassName
{
background-color: #F32919;
}
.BgClassName
{
background-color: #F32919;
}
</style>
border-color css
<style>
span { border-color: #F32919; }
span { border-color: rgb(243,41,25); }
td.TdClassName
{
border-color: #F32919;
}
.TagClassName
{
border-color: #F32919;
}
</style>