Shades of Scarlet #F32010
Tints of Scarlet #F32010
RGB
CMYK
RGB Variations
Color information
#F32010 (or 0xF32010) is known color: Scarlet. HEX triplet: F3, 20 and 10. RGB value is (243,32,16). Sum of RGB (Red+Green+Blue) = 243+32+16=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F32010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32010 is #0CDFEF. Grayscale: #5D5D5D. Windows color (decimal): -843760 or 1057011. OLE color: 1057011.
HSL color Cylindrical-coordinate representation of color #F32010: hue angle of 4.23º 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 #F32010 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 4.23º | 0.9% | 0.51% | - |
| HSV(B) | 4.23º | 0.93% | 0.95% | - |
| XYZ | 37.57 | 20.13 | 2.39 | - |
| YUV | 93.27 | 84.4 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 16 | 0 | 0.87 | 0.93 | 0.05 | 4.23 | 0.9 | 0.51 |
| Hex | F3 | 20 | 10 | 0 | 57 | 5D | 5 | 4 | 5A | 33 |
| Octal | 363 | 40 | 20 | 0 | 127 | 135 | 5 | 4 | 132 | 63 |
| Binary | 11110011 | 100000 | 10000 | 0 | 1010111 | 1011101 | 101 | 100 | 1011010 | 110011 |
Color Harmonies of #F32010
Complementary color
Monochromatic Colors of #F32010
Black with #F32010
Text Example
Text Example
White with #F32010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32010; }
p { color: rgb(243,32,16); }
H1.HeaderClassName
{
color: #F32010;
}
.AnyTagClassName
{
color: #F32010;
}
</style>
background-color css
<style>
a { background-color: #F32010; }
a { background-color: rgb(243,32,16); }
div.DivClassName
{
background-color: #F32010;
}
.BgClassName
{
background-color: #F32010;
}
</style>
border-color css
<style>
span { border-color: #F32010; }
span { border-color: rgb(243,32,16); }
td.TdClassName
{
border-color: #F32010;
}
.TagClassName
{
border-color: #F32010;
}
</style>