Shades of Scarlet #F32813
Tints of Scarlet #F32813
RGB
CMYK
RGB Variations
Color information
#F32813 (or 0xF32813) is known color: Scarlet. HEX triplet: F3, 28 and 13. RGB value is (243,40,19). Sum of RGB (Red+Green+Blue) = 243+40+19=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F32813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32813 is #0CD7EC. Grayscale: #626262. Windows color (decimal): -841709 or 1255667. OLE color: 1255667.
HSL color Cylindrical-coordinate representation of color #F32813: hue angle of 5.62º 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 #F32813 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.05 |
| HSL | 5.63º | 0.9% | 0.51% | - |
| HSV(B) | 5.63º | 0.92% | 0.95% | - |
| XYZ | 37.84 | 20.62 | 2.6 | - |
| YUV | 98.3 | 83.25 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 19 | 0 | 0.84 | 0.92 | 0.05 | 5.63 | 0.9 | 0.51 |
| Hex | F3 | 28 | 13 | 0 | 54 | 5C | 5 | 6 | 5A | 33 |
| Octal | 363 | 50 | 23 | 0 | 124 | 134 | 5 | 6 | 132 | 63 |
| Binary | 11110011 | 101000 | 10011 | 0 | 1010100 | 1011100 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F32813
Complementary color
Monochromatic Colors of #F32813
Black with #F32813
Text Example
Text Example
White with #F32813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32813; }
p { color: rgb(243,40,19); }
H1.HeaderClassName
{
color: #F32813;
}
.AnyTagClassName
{
color: #F32813;
}
</style>
background-color css
<style>
a { background-color: #F32813; }
a { background-color: rgb(243,40,19); }
div.DivClassName
{
background-color: #F32813;
}
.BgClassName
{
background-color: #F32813;
}
</style>
border-color css
<style>
span { border-color: #F32813; }
span { border-color: rgb(243,40,19); }
td.TdClassName
{
border-color: #F32813;
}
.TagClassName
{
border-color: #F32813;
}
</style>