Shades of Scarlet #F32811
Tints of Scarlet #F32811
RGB
CMYK
RGB Variations
Color information
#F32811 (or 0xF32811) is known color: Scarlet. HEX triplet: F3, 28 and 11. RGB value is (243,40,17). Sum of RGB (Red+Green+Blue) = 243+40+17=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32811 is #0CD7EE. Grayscale: #626262. Windows color (decimal): -841711 or 1124595. OLE color: 1124595.
HSL color Cylindrical-coordinate representation of color #F32811: hue angle of 6.11º 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 #F32811 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 6.11º | 0.9% | 0.51% | - |
| HSV(B) | 6.11º | 0.93% | 0.95% | - |
| XYZ | 37.82 | 20.61 | 2.52 | - |
| YUV | 98.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 17 | 0 | 0.84 | 0.93 | 0.05 | 6.11 | 0.9 | 0.51 |
| Hex | F3 | 28 | 11 | 0 | 54 | 5D | 5 | 6 | 5A | 33 |
| Octal | 363 | 50 | 21 | 0 | 124 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110011 | 101000 | 10001 | 0 | 1010100 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F32811
Complementary color
Monochromatic Colors of #F32811
Black with #F32811
Text Example
Text Example
White with #F32811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32811; }
p { color: rgb(243,40,17); }
H1.HeaderClassName
{
color: #F32811;
}
.AnyTagClassName
{
color: #F32811;
}
</style>
background-color css
<style>
a { background-color: #F32811; }
a { background-color: rgb(243,40,17); }
div.DivClassName
{
background-color: #F32811;
}
.BgClassName
{
background-color: #F32811;
}
</style>
border-color css
<style>
span { border-color: #F32811; }
span { border-color: rgb(243,40,17); }
td.TdClassName
{
border-color: #F32811;
}
.TagClassName
{
border-color: #F32811;
}
</style>