Shades of Scarlet #F32012
Tints of Scarlet #F32012
RGB
CMYK
RGB Variations
Color information
#F32012 (or 0xF32012) is known color: Scarlet. HEX triplet: F3, 20 and 12. RGB value is (243,32,18). Sum of RGB (Red+Green+Blue) = 243+32+18=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F32012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32012 is #0CDFED. Grayscale: #5D5D5D. Windows color (decimal): -843758 or 1188083. OLE color: 1188083.
HSL color Cylindrical-coordinate representation of color #F32012: hue angle of 3.73º 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 #F32012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 3.73º | 0.9% | 0.51% | - |
| HSV(B) | 3.73º | 0.93% | 0.95% | - |
| XYZ | 37.59 | 20.13 | 2.48 | - |
| YUV | 93.49 | 85.4 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 18 | 0 | 0.87 | 0.93 | 0.05 | 3.73 | 0.9 | 0.51 |
| Hex | F3 | 20 | 12 | 0 | 57 | 5D | 5 | 4 | 5A | 33 |
| Octal | 363 | 40 | 22 | 0 | 127 | 135 | 5 | 4 | 132 | 63 |
| Binary | 11110011 | 100000 | 10010 | 0 | 1010111 | 1011101 | 101 | 100 | 1011010 | 110011 |
Color Harmonies of #F32012
Complementary color
Monochromatic Colors of #F32012
Black with #F32012
Text Example
Text Example
White with #F32012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32012; }
p { color: rgb(243,32,18); }
H1.HeaderClassName
{
color: #F32012;
}
.AnyTagClassName
{
color: #F32012;
}
</style>
background-color css
<style>
a { background-color: #F32012; }
a { background-color: rgb(243,32,18); }
div.DivClassName
{
background-color: #F32012;
}
.BgClassName
{
background-color: #F32012;
}
</style>
border-color css
<style>
span { border-color: #F32012; }
span { border-color: rgb(243,32,18); }
td.TdClassName
{
border-color: #F32012;
}
.TagClassName
{
border-color: #F32012;
}
</style>