Shades of Scarlet #F32713
Tints of Scarlet #F32713
RGB
CMYK
RGB Variations
Color information
#F32713 (or 0xF32713) is known color: Scarlet. HEX triplet: F3, 27 and 13. RGB value is (243,39,19). Sum of RGB (Red+Green+Blue) = 243+39+19=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32713 is #0CD8EC. Grayscale: #626262. Windows color (decimal): -841965 or 1255411. OLE color: 1255411.
HSL color Cylindrical-coordinate representation of color #F32713: hue angle of 5.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F32713 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.05 |
| HSL | 5.36º | 0.9% | 0.51% | - |
| HSV(B) | 5.36º | 0.92% | 0.95% | - |
| XYZ | 37.81 | 20.55 | 2.59 | - |
| YUV | 97.72 | 83.59 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 19 | 0 | 0.84 | 0.92 | 0.05 | 5.36 | 0.9 | 0.51 |
| Hex | F3 | 27 | 13 | 0 | 54 | 5C | 5 | 5 | 5A | 33 |
| Octal | 363 | 47 | 23 | 0 | 124 | 134 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100111 | 10011 | 0 | 1010100 | 1011100 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32713
Complementary color
Monochromatic Colors of #F32713
Black with #F32713
Text Example
Text Example
White with #F32713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32713; }
p { color: rgb(243,39,19); }
H1.HeaderClassName
{
color: #F32713;
}
.AnyTagClassName
{
color: #F32713;
}
</style>
background-color css
<style>
a { background-color: #F32713; }
a { background-color: rgb(243,39,19); }
div.DivClassName
{
background-color: #F32713;
}
.BgClassName
{
background-color: #F32713;
}
</style>
border-color css
<style>
span { border-color: #F32713; }
span { border-color: rgb(243,39,19); }
td.TdClassName
{
border-color: #F32713;
}
.TagClassName
{
border-color: #F32713;
}
</style>