Shades of Scarlet #F32410
Tints of Scarlet #F32410
RGB
CMYK
RGB Variations
Color information
#F32410 (or 0xF32410) is known color: Scarlet. HEX triplet: F3, 24 and 10. RGB value is (243,36,16). Sum of RGB (Red+Green+Blue) = 243+36+16=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F32410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32410 is #0CDBEF. Grayscale: #5F5F5F. Windows color (decimal): -842736 or 1058035. OLE color: 1058035.
HSL color Cylindrical-coordinate representation of color #F32410: hue angle of 5.29º 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 #F32410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.29º | 0.9% | 0.51% | - |
| HSV(B) | 5.29º | 0.93% | 0.95% | - |
| XYZ | 37.69 | 20.35 | 2.43 | - |
| YUV | 95.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 16 | 0 | 0.85 | 0.93 | 0.05 | 5.29 | 0.9 | 0.51 |
| Hex | F3 | 24 | 10 | 0 | 55 | 5D | 5 | 5 | 5A | 33 |
| Octal | 363 | 44 | 20 | 0 | 125 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100100 | 10000 | 0 | 1010101 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32410
Complementary color
Monochromatic Colors of #F32410
Black with #F32410
Text Example
Text Example
White with #F32410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32410; }
p { color: rgb(243,36,16); }
H1.HeaderClassName
{
color: #F32410;
}
.AnyTagClassName
{
color: #F32410;
}
</style>
background-color css
<style>
a { background-color: #F32410; }
a { background-color: rgb(243,36,16); }
div.DivClassName
{
background-color: #F32410;
}
.BgClassName
{
background-color: #F32410;
}
</style>
border-color css
<style>
span { border-color: #F32410; }
span { border-color: rgb(243,36,16); }
td.TdClassName
{
border-color: #F32410;
}
.TagClassName
{
border-color: #F32410;
}
</style>