Shades of Scarlet #F32313
Tints of Scarlet #F32313
RGB
CMYK
RGB Variations
Color information
#F32313 (or 0xF32313) is known color: Scarlet. HEX triplet: F3, 23 and 13. RGB value is (243,35,19). Sum of RGB (Red+Green+Blue) = 243+35+19=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32313 is #0CDCEC. Grayscale: #5F5F5F. Windows color (decimal): -842989 or 1254387. OLE color: 1254387.
HSL color Cylindrical-coordinate representation of color #F32313: hue angle of 4.29º 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 #F32313 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.05 |
| HSL | 4.29º | 0.9% | 0.51% | - |
| HSV(B) | 4.29º | 0.92% | 0.95% | - |
| XYZ | 37.68 | 20.3 | 2.55 | - |
| YUV | 95.37 | 84.91 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 19 | 0 | 0.86 | 0.92 | 0.05 | 4.29 | 0.9 | 0.51 |
| Hex | F3 | 23 | 13 | 0 | 56 | 5C | 5 | 4 | 5A | 33 |
| Octal | 363 | 43 | 23 | 0 | 126 | 134 | 5 | 4 | 132 | 63 |
| Binary | 11110011 | 100011 | 10011 | 0 | 1010110 | 1011100 | 101 | 100 | 1011010 | 110011 |
Color Harmonies of #F32313
Complementary color
Monochromatic Colors of #F32313
Black with #F32313
Text Example
Text Example
White with #F32313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32313; }
p { color: rgb(243,35,19); }
H1.HeaderClassName
{
color: #F32313;
}
.AnyTagClassName
{
color: #F32313;
}
</style>
background-color css
<style>
a { background-color: #F32313; }
a { background-color: rgb(243,35,19); }
div.DivClassName
{
background-color: #F32313;
}
.BgClassName
{
background-color: #F32313;
}
</style>
border-color css
<style>
span { border-color: #F32313; }
span { border-color: rgb(243,35,19); }
td.TdClassName
{
border-color: #F32313;
}
.TagClassName
{
border-color: #F32313;
}
</style>