Shades of Scarlet #F32C14
Tints of Scarlet #F32C14
RGB
CMYK
RGB Variations
Color information
#F32C14 (or 0xF32C14) is known color: Scarlet. HEX triplet: F3, 2C and 14. RGB value is (243,44,20). Sum of RGB (Red+Green+Blue) = 243+44+20=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C14 is #0CD3EB. Grayscale: #656565. Windows color (decimal): -840684 or 1322227. OLE color: 1322227.
HSL color Cylindrical-coordinate representation of color #F32C14: hue angle of 6.46º 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 #F32C14 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 20 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.05 |
| HSL | 6.46º | 0.9% | 0.52% | - |
| HSV(B) | 6.46º | 0.92% | 0.95% | - |
| XYZ | 37.99 | 20.91 | 2.69 | - |
| YUV | 100.77 | 82.43 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 20 | 0 | 0.82 | 0.92 | 0.05 | 6.46 | 0.9 | 0.52 |
| Hex | F3 | 2C | 14 | 0 | 52 | 5C | 5 | 6 | 5A | 34 |
| Octal | 363 | 54 | 24 | 0 | 122 | 134 | 5 | 6 | 132 | 64 |
| Binary | 11110011 | 101100 | 10100 | 0 | 1010010 | 1011100 | 101 | 110 | 1011010 | 110100 |
Color Harmonies of #F32C14
Complementary color
Monochromatic Colors of #F32C14
Black with #F32C14
Text Example
Text Example
White with #F32C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C14; }
p { color: rgb(243,44,20); }
H1.HeaderClassName
{
color: #F32C14;
}
.AnyTagClassName
{
color: #F32C14;
}
</style>
background-color css
<style>
a { background-color: #F32C14; }
a { background-color: rgb(243,44,20); }
div.DivClassName
{
background-color: #F32C14;
}
.BgClassName
{
background-color: #F32C14;
}
</style>
border-color css
<style>
span { border-color: #F32C14; }
span { border-color: rgb(243,44,20); }
td.TdClassName
{
border-color: #F32C14;
}
.TagClassName
{
border-color: #F32C14;
}
</style>