Shades of Scarlet #F32314
Tints of Scarlet #F32314
RGB
CMYK
RGB Variations
Color information
#F32314 (or 0xF32314) is known color: Scarlet. HEX triplet: F3, 23 and 14. RGB value is (243,35,20). Sum of RGB (Red+Green+Blue) = 243+35+20=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F32314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32314 is #0CDCEB. Grayscale: #5F5F5F. Windows color (decimal): -842988 or 1319923. OLE color: 1319923.
HSL color Cylindrical-coordinate representation of color #F32314: hue angle of 4.04º 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 #F32314 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 20 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.05 |
| HSL | 4.04º | 0.9% | 0.52% | - |
| HSV(B) | 4.04º | 0.92% | 0.95% | - |
| XYZ | 37.69 | 20.31 | 2.6 | - |
| YUV | 95.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 20 | 0 | 0.86 | 0.92 | 0.05 | 4.04 | 0.9 | 0.52 |
| Hex | F3 | 23 | 14 | 0 | 56 | 5C | 5 | 4 | 5A | 34 |
| Octal | 363 | 43 | 24 | 0 | 126 | 134 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 100011 | 10100 | 0 | 1010110 | 1011100 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32314
Complementary color
Monochromatic Colors of #F32314
Black with #F32314
Text Example
Text Example
White with #F32314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32314; }
p { color: rgb(243,35,20); }
H1.HeaderClassName
{
color: #F32314;
}
.AnyTagClassName
{
color: #F32314;
}
</style>
background-color css
<style>
a { background-color: #F32314; }
a { background-color: rgb(243,35,20); }
div.DivClassName
{
background-color: #F32314;
}
.BgClassName
{
background-color: #F32314;
}
</style>
border-color css
<style>
span { border-color: #F32314; }
span { border-color: rgb(243,35,20); }
td.TdClassName
{
border-color: #F32314;
}
.TagClassName
{
border-color: #F32314;
}
</style>