Shades of Scarlet #F32F10
Tints of Scarlet #F32F10
RGB
CMYK
RGB Variations
Color information
#F32F10 (or 0xF32F10) is known color: Scarlet. HEX triplet: F3, 2F and 10. RGB value is (243,47,16). Sum of RGB (Red+Green+Blue) = 243+47+16=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F10 is #0CD0EF. Grayscale: #666666. Windows color (decimal): -839920 or 1060851. OLE color: 1060851.
HSL color Cylindrical-coordinate representation of color #F32F10: hue angle of 8.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F32F10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.05 |
| HSL | 8.19º | 0.9% | 0.51% | - |
| HSV(B) | 8.19º | 0.93% | 0.95% | - |
| XYZ | 38.07 | 21.13 | 2.56 | - |
| YUV | 102.07 | 79.43 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 16 | 0 | 0.81 | 0.93 | 0.05 | 8.19 | 0.9 | 0.51 |
| Hex | F3 | 2F | 10 | 0 | 51 | 5D | 5 | 8 | 5A | 33 |
| Octal | 363 | 57 | 20 | 0 | 121 | 135 | 5 | 10 | 132 | 63 |
| Binary | 11110011 | 101111 | 10000 | 0 | 1010001 | 1011101 | 101 | 1000 | 1011010 | 110011 |
Color Harmonies of #F32F10
Complementary color
Monochromatic Colors of #F32F10
Black with #F32F10
Text Example
Text Example
White with #F32F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F10; }
p { color: rgb(243,47,16); }
H1.HeaderClassName
{
color: #F32F10;
}
.AnyTagClassName
{
color: #F32F10;
}
</style>
background-color css
<style>
a { background-color: #F32F10; }
a { background-color: rgb(243,47,16); }
div.DivClassName
{
background-color: #F32F10;
}
.BgClassName
{
background-color: #F32F10;
}
</style>
border-color css
<style>
span { border-color: #F32F10; }
span { border-color: rgb(243,47,16); }
td.TdClassName
{
border-color: #F32F10;
}
.TagClassName
{
border-color: #F32F10;
}
</style>