Shades of Scarlet #F32F19
Tints of Scarlet #F32F19
RGB
CMYK
RGB Variations
Color information
#F32F19 (or 0xF32F19) is known color: Scarlet. HEX triplet: F3, 2F and 19. RGB value is (243,47,25). Sum of RGB (Red+Green+Blue) = 243+47+25=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F19 is #0CD0E6. Grayscale: #676767. Windows color (decimal): -839911 or 1650675. OLE color: 1650675.
HSL color Cylindrical-coordinate representation of color #F32F19: hue angle of 6.06º 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 #F32F19 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 25 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.05 |
| HSL | 6.06º | 0.9% | 0.53% | - |
| HSV(B) | 6.06º | 0.9% | 0.95% | - |
| XYZ | 38.15 | 21.16 | 2.99 | - |
| YUV | 103.1 | 83.93 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 25 | 0 | 0.81 | 0.90 | 0.05 | 6.06 | 0.9 | 0.53 |
| Hex | F3 | 2F | 19 | 0 | 51 | 5A | 5 | 6 | 5A | 35 |
| Octal | 363 | 57 | 31 | 0 | 121 | 132 | 5 | 6 | 132 | 65 |
| Binary | 11110011 | 101111 | 11001 | 0 | 1010001 | 1011010 | 101 | 110 | 1011010 | 110101 |
Color Harmonies of #F32F19
Complementary color
Monochromatic Colors of #F32F19
Black with #F32F19
Text Example
Text Example
White with #F32F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F19; }
p { color: rgb(243,47,25); }
H1.HeaderClassName
{
color: #F32F19;
}
.AnyTagClassName
{
color: #F32F19;
}
</style>
background-color css
<style>
a { background-color: #F32F19; }
a { background-color: rgb(243,47,25); }
div.DivClassName
{
background-color: #F32F19;
}
.BgClassName
{
background-color: #F32F19;
}
</style>
border-color css
<style>
span { border-color: #F32F19; }
span { border-color: rgb(243,47,25); }
td.TdClassName
{
border-color: #F32F19;
}
.TagClassName
{
border-color: #F32F19;
}
</style>