Shades of Scarlet #F32214
Tints of Scarlet #F32214
RGB
CMYK
RGB Variations
Color information
#F32214 (or 0xF32214) is known color: Scarlet. HEX triplet: F3, 22 and 14. RGB value is (243,34,20). Sum of RGB (Red+Green+Blue) = 243+34+20=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32214 is #0CDDEB. Grayscale: #5F5F5F. Windows color (decimal): -843244 or 1319667. OLE color: 1319667.
HSL color Cylindrical-coordinate representation of color #F32214: hue angle of 3.77º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F32214 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 20 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.05 |
| HSL | 3.77º | 0.9% | 0.52% | - |
| HSV(B) | 3.77º | 0.92% | 0.95% | - |
| XYZ | 37.66 | 20.25 | 2.59 | - |
| YUV | 94.9 | 85.74 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 20 | 0 | 0.86 | 0.92 | 0.05 | 3.77 | 0.9 | 0.52 |
| Hex | F3 | 22 | 14 | 0 | 56 | 5C | 5 | 4 | 5A | 34 |
| Octal | 363 | 42 | 24 | 0 | 126 | 134 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 100010 | 10100 | 0 | 1010110 | 1011100 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32214
Complementary color
Monochromatic Colors of #F32214
Black with #F32214
Text Example
Text Example
White with #F32214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32214; }
p { color: rgb(243,34,20); }
H1.HeaderClassName
{
color: #F32214;
}
.AnyTagClassName
{
color: #F32214;
}
</style>
background-color css
<style>
a { background-color: #F32214; }
a { background-color: rgb(243,34,20); }
div.DivClassName
{
background-color: #F32214;
}
.BgClassName
{
background-color: #F32214;
}
</style>
border-color css
<style>
span { border-color: #F32214; }
span { border-color: rgb(243,34,20); }
td.TdClassName
{
border-color: #F32214;
}
.TagClassName
{
border-color: #F32214;
}
</style>