Shades of Scarlet #F32A13
Tints of Scarlet #F32A13
RGB
CMYK
RGB Variations
Color information
#F32A13 (or 0xF32A13) is known color: Scarlet. HEX triplet: F3, 2A and 13. RGB value is (243,42,19). Sum of RGB (Red+Green+Blue) = 243+42+19=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A13 is #0CD5EC. Grayscale: #636363. Windows color (decimal): -841197 or 1256179. OLE color: 1256179.
HSL color Cylindrical-coordinate representation of color #F32A13: hue angle of 6.16º 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 #F32A13 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.05 |
| HSL | 6.16º | 0.9% | 0.51% | - |
| HSV(B) | 6.16º | 0.92% | 0.95% | - |
| XYZ | 37.91 | 20.76 | 2.62 | - |
| YUV | 99.48 | 82.59 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 19 | 0 | 0.83 | 0.92 | 0.05 | 6.16 | 0.9 | 0.51 |
| Hex | F3 | 2A | 13 | 0 | 53 | 5C | 5 | 6 | 5A | 33 |
| Octal | 363 | 52 | 23 | 0 | 123 | 134 | 5 | 6 | 132 | 63 |
| Binary | 11110011 | 101010 | 10011 | 0 | 1010011 | 1011100 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F32A13
Complementary color
Monochromatic Colors of #F32A13
Black with #F32A13
Text Example
Text Example
White with #F32A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A13; }
p { color: rgb(243,42,19); }
H1.HeaderClassName
{
color: #F32A13;
}
.AnyTagClassName
{
color: #F32A13;
}
</style>
background-color css
<style>
a { background-color: #F32A13; }
a { background-color: rgb(243,42,19); }
div.DivClassName
{
background-color: #F32A13;
}
.BgClassName
{
background-color: #F32A13;
}
</style>
border-color css
<style>
span { border-color: #F32A13; }
span { border-color: rgb(243,42,19); }
td.TdClassName
{
border-color: #F32A13;
}
.TagClassName
{
border-color: #F32A13;
}
</style>