Shades of Scarlet #F32212
Tints of Scarlet #F32212
RGB
CMYK
RGB Variations
Color information
#F32212 (or 0xF32212) is known color: Scarlet. HEX triplet: F3, 22 and 12. RGB value is (243,34,18). Sum of RGB (Red+Green+Blue) = 243+34+18=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F32212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32212 is #0CDDED. Grayscale: #5E5E5E. Windows color (decimal): -843246 or 1188595. OLE color: 1188595.
HSL color Cylindrical-coordinate representation of color #F32212: hue angle of 4.27º 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 #F32212 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 18 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 4.27º | 0.9% | 0.51% | - |
| HSV(B) | 4.27º | 0.93% | 0.95% | - |
| XYZ | 37.64 | 20.24 | 2.5 | - |
| YUV | 94.67 | 84.74 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 18 | 0 | 0.86 | 0.93 | 0.05 | 4.27 | 0.9 | 0.51 |
| Hex | F3 | 22 | 12 | 0 | 56 | 5D | 5 | 4 | 5A | 33 |
| Octal | 363 | 42 | 22 | 0 | 126 | 135 | 5 | 4 | 132 | 63 |
| Binary | 11110011 | 100010 | 10010 | 0 | 1010110 | 1011101 | 101 | 100 | 1011010 | 110011 |
Color Harmonies of #F32212
Complementary color
Monochromatic Colors of #F32212
Black with #F32212
Text Example
Text Example
White with #F32212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32212; }
p { color: rgb(243,34,18); }
H1.HeaderClassName
{
color: #F32212;
}
.AnyTagClassName
{
color: #F32212;
}
</style>
background-color css
<style>
a { background-color: #F32212; }
a { background-color: rgb(243,34,18); }
div.DivClassName
{
background-color: #F32212;
}
.BgClassName
{
background-color: #F32212;
}
</style>
border-color css
<style>
span { border-color: #F32212; }
span { border-color: rgb(243,34,18); }
td.TdClassName
{
border-color: #F32212;
}
.TagClassName
{
border-color: #F32212;
}
</style>