Shades of Scarlet #F32209
Tints of Scarlet #F32209
RGB
CMYK
RGB Variations
Color information
#F32209 (or 0xF32209) is known color: Scarlet. HEX triplet: F3, 22 and 09. RGB value is (243,34,9). Sum of RGB (Red+Green+Blue) = 243+34+9=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F32209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32209 is #0CDDF6. Grayscale: #5D5D5D. Windows color (decimal): -843255 or 598771. OLE color: 598771.
HSL color Cylindrical-coordinate representation of color #F32209: hue angle of 6.41º 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 #F32209 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.05 |
| HSL | 6.41º | 0.93% | 0.49% | - |
| HSV(B) | 6.41º | 0.96% | 0.95% | - |
| XYZ | 37.58 | 20.22 | 2.18 | - |
| YUV | 93.64 | 80.24 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 9 | 0 | 0.86 | 0.96 | 0.05 | 6.41 | 0.93 | 0.49 |
| Hex | F3 | 22 | 9 | 0 | 56 | 60 | 5 | 6 | 5D | 31 |
| Octal | 363 | 42 | 11 | 0 | 126 | 140 | 5 | 6 | 135 | 61 |
| Binary | 11110011 | 100010 | 1001 | 0 | 1010110 | 1100000 | 101 | 110 | 1011101 | 110001 |
Color Harmonies of #F32209
Complementary color
Monochromatic Colors of #F32209
Black with #F32209
Text Example
Text Example
White with #F32209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32209; }
p { color: rgb(243,34,9); }
H1.HeaderClassName
{
color: #F32209;
}
.AnyTagClassName
{
color: #F32209;
}
</style>
background-color css
<style>
a { background-color: #F32209; }
a { background-color: rgb(243,34,9); }
div.DivClassName
{
background-color: #F32209;
}
.BgClassName
{
background-color: #F32209;
}
</style>
border-color css
<style>
span { border-color: #F32209; }
span { border-color: rgb(243,34,9); }
td.TdClassName
{
border-color: #F32209;
}
.TagClassName
{
border-color: #F32209;
}
</style>