Shades of Scarlet #F32316
Tints of Scarlet #F32316
RGB
CMYK
RGB Variations
Color information
#F32316 (or 0xF32316) is known color: Scarlet. HEX triplet: F3, 23 and 16. RGB value is (243,35,22). Sum of RGB (Red+Green+Blue) = 243+35+22=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32316 is #0CDCE9. Grayscale: #5F5F5F. Windows color (decimal): -842986 or 1450995. OLE color: 1450995.
HSL color Cylindrical-coordinate representation of color #F32316: hue angle of 3.53º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F32316 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.05 |
| HSL | 3.53º | 0.9% | 0.52% | - |
| HSV(B) | 3.53º | 0.91% | 0.95% | - |
| XYZ | 37.71 | 20.31 | 2.69 | - |
| YUV | 95.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 22 | 0 | 0.86 | 0.91 | 0.05 | 3.53 | 0.9 | 0.52 |
| Hex | F3 | 23 | 16 | 0 | 56 | 5B | 5 | 4 | 5A | 34 |
| Octal | 363 | 43 | 26 | 0 | 126 | 133 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 100011 | 10110 | 0 | 1010110 | 1011011 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32316
Complementary color
Monochromatic Colors of #F32316
Black with #F32316
Text Example
Text Example
White with #F32316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32316; }
p { color: rgb(243,35,22); }
H1.HeaderClassName
{
color: #F32316;
}
.AnyTagClassName
{
color: #F32316;
}
</style>
background-color css
<style>
a { background-color: #F32316; }
a { background-color: rgb(243,35,22); }
div.DivClassName
{
background-color: #F32316;
}
.BgClassName
{
background-color: #F32316;
}
</style>
border-color css
<style>
span { border-color: #F32316; }
span { border-color: rgb(243,35,22); }
td.TdClassName
{
border-color: #F32316;
}
.TagClassName
{
border-color: #F32316;
}
</style>