Shades of Scarlet #F33118
Tints of Scarlet #F33118
RGB
CMYK
RGB Variations
Color information
#F33118 (or 0xF33118) is known color: Scarlet. HEX triplet: F3, 31 and 18. RGB value is (243,49,24). Sum of RGB (Red+Green+Blue) = 243+49+24=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F33118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33118 is #0CCEE7. Grayscale: #686868. Windows color (decimal): -839400 or 1585651. OLE color: 1585651.
HSL color Cylindrical-coordinate representation of color #F33118: hue angle of 6.85º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F33118 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 24 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.05 |
| HSL | 6.85º | 0.9% | 0.52% | - |
| HSV(B) | 6.85º | 0.9% | 0.95% | - |
| XYZ | 38.23 | 21.32 | 2.96 | - |
| YUV | 104.16 | 82.77 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 24 | 0 | 0.80 | 0.90 | 0.05 | 6.85 | 0.9 | 0.52 |
| Hex | F3 | 31 | 18 | 0 | 50 | 5A | 5 | 7 | 5A | 34 |
| Octal | 363 | 61 | 30 | 0 | 120 | 132 | 5 | 7 | 132 | 64 |
| Binary | 11110011 | 110001 | 11000 | 0 | 1010000 | 1011010 | 101 | 111 | 1011010 | 110100 |
Color Harmonies of #F33118
Complementary color
Monochromatic Colors of #F33118
Black with #F33118
Text Example
Text Example
White with #F33118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33118; }
p { color: rgb(243,49,24); }
H1.HeaderClassName
{
color: #F33118;
}
.AnyTagClassName
{
color: #F33118;
}
</style>
background-color css
<style>
a { background-color: #F33118; }
a { background-color: rgb(243,49,24); }
div.DivClassName
{
background-color: #F33118;
}
.BgClassName
{
background-color: #F33118;
}
</style>
border-color css
<style>
span { border-color: #F33118; }
span { border-color: rgb(243,49,24); }
td.TdClassName
{
border-color: #F33118;
}
.TagClassName
{
border-color: #F33118;
}
</style>