Shades of Scarlet #F32411
Tints of Scarlet #F32411
RGB
CMYK
RGB Variations
Color information
#F32411 (or 0xF32411) is known color: Scarlet. HEX triplet: F3, 24 and 11. RGB value is (243,36,17). Sum of RGB (Red+Green+Blue) = 243+36+17=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F32411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32411 is #0CDBEE. Grayscale: #606060. Windows color (decimal): -842735 or 1123571. OLE color: 1123571.
HSL color Cylindrical-coordinate representation of color #F32411: hue angle of 5.04º 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 #F32411 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.04º | 0.9% | 0.51% | - |
| HSV(B) | 5.04º | 0.93% | 0.95% | - |
| XYZ | 37.69 | 20.36 | 2.47 | - |
| YUV | 95.73 | 83.58 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 17 | 0 | 0.85 | 0.93 | 0.05 | 5.04 | 0.9 | 0.51 |
| Hex | F3 | 24 | 11 | 0 | 55 | 5D | 5 | 5 | 5A | 33 |
| Octal | 363 | 44 | 21 | 0 | 125 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100100 | 10001 | 0 | 1010101 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32411
Complementary color
Monochromatic Colors of #F32411
Black with #F32411
Text Example
Text Example
White with #F32411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32411; }
p { color: rgb(243,36,17); }
H1.HeaderClassName
{
color: #F32411;
}
.AnyTagClassName
{
color: #F32411;
}
</style>
background-color css
<style>
a { background-color: #F32411; }
a { background-color: rgb(243,36,17); }
div.DivClassName
{
background-color: #F32411;
}
.BgClassName
{
background-color: #F32411;
}
</style>
border-color css
<style>
span { border-color: #F32411; }
span { border-color: rgb(243,36,17); }
td.TdClassName
{
border-color: #F32411;
}
.TagClassName
{
border-color: #F32411;
}
</style>