Shades of Scarlet #F32310
Tints of Scarlet #F32310
RGB
CMYK
RGB Variations
Color information
#F32310 (or 0xF32310) is known color: Scarlet. HEX triplet: F3, 23 and 10. RGB value is (243,35,16). Sum of RGB (Red+Green+Blue) = 243+35+16=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F32310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32310 is #0CDCEF. Grayscale: #5F5F5F. Windows color (decimal): -842992 or 1057779. OLE color: 1057779.
HSL color Cylindrical-coordinate representation of color #F32310: hue angle of 5.02º 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 #F32310 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 5.02º | 0.9% | 0.51% | - |
| HSV(B) | 5.02º | 0.93% | 0.95% | - |
| XYZ | 37.66 | 20.29 | 2.42 | - |
| YUV | 95.03 | 83.41 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 16 | 0 | 0.86 | 0.93 | 0.05 | 5.02 | 0.9 | 0.51 |
| Hex | F3 | 23 | 10 | 0 | 56 | 5D | 5 | 5 | 5A | 33 |
| Octal | 363 | 43 | 20 | 0 | 126 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100011 | 10000 | 0 | 1010110 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32310
Complementary color
Monochromatic Colors of #F32310
Black with #F32310
Text Example
Text Example
White with #F32310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32310; }
p { color: rgb(243,35,16); }
H1.HeaderClassName
{
color: #F32310;
}
.AnyTagClassName
{
color: #F32310;
}
</style>
background-color css
<style>
a { background-color: #F32310; }
a { background-color: rgb(243,35,16); }
div.DivClassName
{
background-color: #F32310;
}
.BgClassName
{
background-color: #F32310;
}
</style>
border-color css
<style>
span { border-color: #F32310; }
span { border-color: rgb(243,35,16); }
td.TdClassName
{
border-color: #F32310;
}
.TagClassName
{
border-color: #F32310;
}
</style>