Shades of Scarlet #F32511
Tints of Scarlet #F32511
RGB
CMYK
RGB Variations
Color information
#F32511 (or 0xF32511) is known color: Scarlet. HEX triplet: F3, 25 and 11. RGB value is (243,37,17). Sum of RGB (Red+Green+Blue) = 243+37+17=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32511 is #0CDAEE. Grayscale: #606060. Windows color (decimal): -842479 or 1123827. OLE color: 1123827.
HSL color Cylindrical-coordinate representation of color #F32511: hue angle of 5.31º 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 #F32511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.31º | 0.9% | 0.51% | - |
| HSV(B) | 5.31º | 0.93% | 0.95% | - |
| XYZ | 37.72 | 20.42 | 2.48 | - |
| YUV | 96.31 | 83.25 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 17 | 0 | 0.85 | 0.93 | 0.05 | 5.31 | 0.9 | 0.51 |
| Hex | F3 | 25 | 11 | 0 | 55 | 5D | 5 | 5 | 5A | 33 |
| Octal | 363 | 45 | 21 | 0 | 125 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100101 | 10001 | 0 | 1010101 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32511
Complementary color
Monochromatic Colors of #F32511
Black with #F32511
Text Example
Text Example
White with #F32511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32511; }
p { color: rgb(243,37,17); }
H1.HeaderClassName
{
color: #F32511;
}
.AnyTagClassName
{
color: #F32511;
}
</style>
background-color css
<style>
a { background-color: #F32511; }
a { background-color: rgb(243,37,17); }
div.DivClassName
{
background-color: #F32511;
}
.BgClassName
{
background-color: #F32511;
}
</style>
border-color css
<style>
span { border-color: #F32511; }
span { border-color: rgb(243,37,17); }
td.TdClassName
{
border-color: #F32511;
}
.TagClassName
{
border-color: #F32511;
}
</style>