Shades of Scarlet #F32F09
Tints of Scarlet #F32F09
RGB
CMYK
RGB Variations
Color information
#F32F09 (or 0xF32F09) is known color: Scarlet. HEX triplet: F3, 2F and 09. RGB value is (243,47,9). Sum of RGB (Red+Green+Blue) = 243+47+9=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F09 is #0CD0F6. Grayscale: #656565. Windows color (decimal): -839927 or 602099. OLE color: 602099.
HSL color Cylindrical-coordinate representation of color #F32F09: hue angle of 9.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F32F09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.05 |
| HSL | 9.74º | 0.93% | 0.49% | - |
| HSV(B) | 9.74º | 0.96% | 0.95% | - |
| XYZ | 38.03 | 21.11 | 2.33 | - |
| YUV | 101.27 | 75.93 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 9 | 0 | 0.81 | 0.96 | 0.05 | 9.74 | 0.93 | 0.49 |
| Hex | F3 | 2F | 9 | 0 | 51 | 60 | 5 | A | 5D | 31 |
| Octal | 363 | 57 | 11 | 0 | 121 | 140 | 5 | 12 | 135 | 61 |
| Binary | 11110011 | 101111 | 1001 | 0 | 1010001 | 1100000 | 101 | 1010 | 1011101 | 110001 |
Color Harmonies of #F32F09
Complementary color
Monochromatic Colors of #F32F09
Black with #F32F09
Text Example
Text Example
White with #F32F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F09; }
p { color: rgb(243,47,9); }
H1.HeaderClassName
{
color: #F32F09;
}
.AnyTagClassName
{
color: #F32F09;
}
</style>
background-color css
<style>
a { background-color: #F32F09; }
a { background-color: rgb(243,47,9); }
div.DivClassName
{
background-color: #F32F09;
}
.BgClassName
{
background-color: #F32F09;
}
</style>
border-color css
<style>
span { border-color: #F32F09; }
span { border-color: rgb(243,47,9); }
td.TdClassName
{
border-color: #F32F09;
}
.TagClassName
{
border-color: #F32F09;
}
</style>