Shades of Scarlet #F32B16
Tints of Scarlet #F32B16
RGB
CMYK
RGB Variations
Color information
#F32B16 (or 0xF32B16) is known color: Scarlet. HEX triplet: F3, 2B and 16. RGB value is (243,43,22). Sum of RGB (Red+Green+Blue) = 243+43+22=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32B16 is #0CD4E9. Grayscale: #646464. Windows color (decimal): -840938 or 1453043. OLE color: 1453043.
HSL color Cylindrical-coordinate representation of color #F32B16: hue angle of 5.7º 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 #F32B16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.05 |
| HSL | 5.7º | 0.9% | 0.52% | - |
| HSV(B) | 5.7º | 0.91% | 0.95% | - |
| XYZ | 37.97 | 20.84 | 2.78 | - |
| YUV | 100.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 22 | 0 | 0.82 | 0.91 | 0.05 | 5.7 | 0.9 | 0.52 |
| Hex | F3 | 2B | 16 | 0 | 52 | 5B | 5 | 6 | 5A | 34 |
| Octal | 363 | 53 | 26 | 0 | 122 | 133 | 5 | 6 | 132 | 64 |
| Binary | 11110011 | 101011 | 10110 | 0 | 1010010 | 1011011 | 101 | 110 | 1011010 | 110100 |
Color Harmonies of #F32B16
Complementary color
Monochromatic Colors of #F32B16
Black with #F32B16
Text Example
Text Example
White with #F32B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B16; }
p { color: rgb(243,43,22); }
H1.HeaderClassName
{
color: #F32B16;
}
.AnyTagClassName
{
color: #F32B16;
}
</style>
background-color css
<style>
a { background-color: #F32B16; }
a { background-color: rgb(243,43,22); }
div.DivClassName
{
background-color: #F32B16;
}
.BgClassName
{
background-color: #F32B16;
}
</style>
border-color css
<style>
span { border-color: #F32B16; }
span { border-color: rgb(243,43,22); }
td.TdClassName
{
border-color: #F32B16;
}
.TagClassName
{
border-color: #F32B16;
}
</style>