Shades of Scarlet #F32F14
Tints of Scarlet #F32F14
RGB
CMYK
RGB Variations
Color information
#F32F14 (or 0xF32F14) is known color: Scarlet. HEX triplet: F3, 2F and 14. RGB value is (243,47,20). Sum of RGB (Red+Green+Blue) = 243+47+20=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F14 is #0CD0EB. Grayscale: #666666. Windows color (decimal): -839916 or 1322995. OLE color: 1322995.
HSL color Cylindrical-coordinate representation of color #F32F14: hue angle of 7.26º 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 #F32F14 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 20 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.05 |
| HSL | 7.26º | 0.9% | 0.52% | - |
| HSV(B) | 7.26º | 0.92% | 0.95% | - |
| XYZ | 38.1 | 21.14 | 2.73 | - |
| YUV | 102.53 | 81.43 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 20 | 0 | 0.81 | 0.92 | 0.05 | 7.26 | 0.9 | 0.52 |
| Hex | F3 | 2F | 14 | 0 | 51 | 5C | 5 | 7 | 5A | 34 |
| Octal | 363 | 57 | 24 | 0 | 121 | 134 | 5 | 7 | 132 | 64 |
| Binary | 11110011 | 101111 | 10100 | 0 | 1010001 | 1011100 | 101 | 111 | 1011010 | 110100 |
Color Harmonies of #F32F14
Complementary color
Monochromatic Colors of #F32F14
Black with #F32F14
Text Example
Text Example
White with #F32F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F14; }
p { color: rgb(243,47,20); }
H1.HeaderClassName
{
color: #F32F14;
}
.AnyTagClassName
{
color: #F32F14;
}
</style>
background-color css
<style>
a { background-color: #F32F14; }
a { background-color: rgb(243,47,20); }
div.DivClassName
{
background-color: #F32F14;
}
.BgClassName
{
background-color: #F32F14;
}
</style>
border-color css
<style>
span { border-color: #F32F14; }
span { border-color: rgb(243,47,20); }
td.TdClassName
{
border-color: #F32F14;
}
.TagClassName
{
border-color: #F32F14;
}
</style>