Shades of Scarlet #F32709
Tints of Scarlet #F32709
RGB
CMYK
RGB Variations
Color information
#F32709 (or 0xF32709) is known color: Scarlet. HEX triplet: F3, 27 and 09. RGB value is (243,39,9). Sum of RGB (Red+Green+Blue) = 243+39+9=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F32709 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32709 is #0CD8F6. Grayscale: #606060. Windows color (decimal): -841975 or 600051. OLE color: 600051.
HSL color Cylindrical-coordinate representation of color #F32709: hue angle of 7.69º 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 #F32709 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.05 |
| HSL | 7.69º | 0.93% | 0.49% | - |
| HSV(B) | 7.69º | 0.96% | 0.95% | - |
| XYZ | 37.74 | 20.53 | 2.23 | - |
| YUV | 96.58 | 78.59 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 9 | 0 | 0.84 | 0.96 | 0.05 | 7.69 | 0.93 | 0.49 |
| Hex | F3 | 27 | 9 | 0 | 54 | 60 | 5 | 8 | 5D | 31 |
| Octal | 363 | 47 | 11 | 0 | 124 | 140 | 5 | 10 | 135 | 61 |
| Binary | 11110011 | 100111 | 1001 | 0 | 1010100 | 1100000 | 101 | 1000 | 1011101 | 110001 |
Color Harmonies of #F32709
Complementary color
Monochromatic Colors of #F32709
Black with #F32709
Text Example
Text Example
White with #F32709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32709; }
p { color: rgb(243,39,9); }
H1.HeaderClassName
{
color: #F32709;
}
.AnyTagClassName
{
color: #F32709;
}
</style>
background-color css
<style>
a { background-color: #F32709; }
a { background-color: rgb(243,39,9); }
div.DivClassName
{
background-color: #F32709;
}
.BgClassName
{
background-color: #F32709;
}
</style>
border-color css
<style>
span { border-color: #F32709; }
span { border-color: rgb(243,39,9); }
td.TdClassName
{
border-color: #F32709;
}
.TagClassName
{
border-color: #F32709;
}
</style>