Shades of Scarlet #F32014
Tints of Scarlet #F32014
RGB
CMYK
RGB Variations
Color information
#F32014 (or 0xF32014) is known color: Scarlet. HEX triplet: F3, 20 and 14. RGB value is (243,32,20). Sum of RGB (Red+Green+Blue) = 243+32+20=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F32014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32014 is #0CDFEB. Grayscale: #5D5D5D. Windows color (decimal): -843756 or 1319155. OLE color: 1319155.
HSL color Cylindrical-coordinate representation of color #F32014: hue angle of 3.23º 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 #F32014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.05 |
| HSL | 3.23º | 0.9% | 0.52% | - |
| HSV(B) | 3.23º | 0.92% | 0.95% | - |
| XYZ | 37.6 | 20.14 | 2.57 | - |
| YUV | 93.72 | 86.4 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 20 | 0 | 0.87 | 0.92 | 0.05 | 3.23 | 0.9 | 0.52 |
| Hex | F3 | 20 | 14 | 0 | 57 | 5C | 5 | 3 | 5A | 34 |
| Octal | 363 | 40 | 24 | 0 | 127 | 134 | 5 | 3 | 132 | 64 |
| Binary | 11110011 | 100000 | 10100 | 0 | 1010111 | 1011100 | 101 | 11 | 1011010 | 110100 |
Color Harmonies of #F32014
Complementary color
Monochromatic Colors of #F32014
Black with #F32014
Text Example
Text Example
White with #F32014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32014; }
p { color: rgb(243,32,20); }
H1.HeaderClassName
{
color: #F32014;
}
.AnyTagClassName
{
color: #F32014;
}
</style>
background-color css
<style>
a { background-color: #F32014; }
a { background-color: rgb(243,32,20); }
div.DivClassName
{
background-color: #F32014;
}
.BgClassName
{
background-color: #F32014;
}
</style>
border-color css
<style>
span { border-color: #F32014; }
span { border-color: rgb(243,32,20); }
td.TdClassName
{
border-color: #F32014;
}
.TagClassName
{
border-color: #F32014;
}
</style>