Shades of Scarlet #F33518
Tints of Scarlet #F33518
RGB
CMYK
RGB Variations
Color information
#F33518 (or 0xF33518) is known color: Scarlet. HEX triplet: F3, 35 and 18. RGB value is (243,53,24). Sum of RGB (Red+Green+Blue) = 243+53+24=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F33518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33518 is #0CCAE7. Grayscale: #6A6A6A. Windows color (decimal): -838376 or 1586675. OLE color: 1586675.
HSL color Cylindrical-coordinate representation of color #F33518: hue angle of 7.95º 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 #F33518 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.05 |
| HSL | 7.95º | 0.9% | 0.52% | - |
| HSV(B) | 7.95º | 0.9% | 0.95% | - |
| XYZ | 38.4 | 21.67 | 3.02 | - |
| YUV | 106.5 | 81.45 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 24 | 0 | 0.78 | 0.90 | 0.05 | 7.95 | 0.9 | 0.52 |
| Hex | F3 | 35 | 18 | 0 | 4E | 5A | 5 | 8 | 5A | 34 |
| Octal | 363 | 65 | 30 | 0 | 116 | 132 | 5 | 10 | 132 | 64 |
| Binary | 11110011 | 110101 | 11000 | 0 | 1001110 | 1011010 | 101 | 1000 | 1011010 | 110100 |
Color Harmonies of #F33518
Complementary color
Monochromatic Colors of #F33518
Black with #F33518
Text Example
Text Example
White with #F33518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33518; }
p { color: rgb(243,53,24); }
H1.HeaderClassName
{
color: #F33518;
}
.AnyTagClassName
{
color: #F33518;
}
</style>
background-color css
<style>
a { background-color: #F33518; }
a { background-color: rgb(243,53,24); }
div.DivClassName
{
background-color: #F33518;
}
.BgClassName
{
background-color: #F33518;
}
</style>
border-color css
<style>
span { border-color: #F33518; }
span { border-color: rgb(243,53,24); }
td.TdClassName
{
border-color: #F33518;
}
.TagClassName
{
border-color: #F33518;
}
</style>