Shades of Scarlet #F32510
Tints of Scarlet #F32510
RGB
CMYK
RGB Variations
Color information
#F32510 (or 0xF32510) is known color: Scarlet. HEX triplet: F3, 25 and 10. RGB value is (243,37,16). Sum of RGB (Red+Green+Blue) = 243+37+16=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F32510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32510 is #0CDAEF. Grayscale: #606060. Windows color (decimal): -842480 or 1058291. OLE color: 1058291.
HSL color Cylindrical-coordinate representation of color #F32510: hue angle of 5.55º 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 #F32510 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.55º | 0.9% | 0.51% | - |
| HSV(B) | 5.55º | 0.93% | 0.95% | - |
| XYZ | 37.72 | 20.42 | 2.44 | - |
| YUV | 96.2 | 82.75 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 16 | 0 | 0.85 | 0.93 | 0.05 | 5.55 | 0.9 | 0.51 |
| Hex | F3 | 25 | 10 | 0 | 55 | 5D | 5 | 6 | 5A | 33 |
| Octal | 363 | 45 | 20 | 0 | 125 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110011 | 100101 | 10000 | 0 | 1010101 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F32510
Complementary color
Monochromatic Colors of #F32510
Black with #F32510
Text Example
Text Example
White with #F32510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32510; }
p { color: rgb(243,37,16); }
H1.HeaderClassName
{
color: #F32510;
}
.AnyTagClassName
{
color: #F32510;
}
</style>
background-color css
<style>
a { background-color: #F32510; }
a { background-color: rgb(243,37,16); }
div.DivClassName
{
background-color: #F32510;
}
.BgClassName
{
background-color: #F32510;
}
</style>
border-color css
<style>
span { border-color: #F32510; }
span { border-color: rgb(243,37,16); }
td.TdClassName
{
border-color: #F32510;
}
.TagClassName
{
border-color: #F32510;
}
</style>