Shades of Scarlet #F33616
Tints of Scarlet #F33616
RGB
CMYK
RGB Variations
Color information
#F33616 (or 0xF33616) is known color: Scarlet. HEX triplet: F3, 36 and 16. RGB value is (243,54,22). Sum of RGB (Red+Green+Blue) = 243+54+22=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F33616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33616 is #0CC9E9. Grayscale: #6B6B6B. Windows color (decimal): -838122 or 1455859. OLE color: 1455859.
HSL color Cylindrical-coordinate representation of color #F33616: hue angle of 8.69º 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 #F33616 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.05 |
| HSL | 8.69º | 0.9% | 0.52% | - |
| HSV(B) | 8.69º | 0.91% | 0.95% | - |
| XYZ | 38.43 | 21.75 | 2.93 | - |
| YUV | 106.86 | 80.12 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 22 | 0 | 0.78 | 0.91 | 0.05 | 8.69 | 0.9 | 0.52 |
| Hex | F3 | 36 | 16 | 0 | 4E | 5B | 5 | 9 | 5A | 34 |
| Octal | 363 | 66 | 26 | 0 | 116 | 133 | 5 | 11 | 132 | 64 |
| Binary | 11110011 | 110110 | 10110 | 0 | 1001110 | 1011011 | 101 | 1001 | 1011010 | 110100 |
Color Harmonies of #F33616
Complementary color
Monochromatic Colors of #F33616
Black with #F33616
Text Example
Text Example
White with #F33616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33616; }
p { color: rgb(243,54,22); }
H1.HeaderClassName
{
color: #F33616;
}
.AnyTagClassName
{
color: #F33616;
}
</style>
background-color css
<style>
a { background-color: #F33616; }
a { background-color: rgb(243,54,22); }
div.DivClassName
{
background-color: #F33616;
}
.BgClassName
{
background-color: #F33616;
}
</style>
border-color css
<style>
span { border-color: #F33616; }
span { border-color: rgb(243,54,22); }
td.TdClassName
{
border-color: #F33616;
}
.TagClassName
{
border-color: #F33616;
}
</style>