Shades of Scarlet #F93518
Tints of Scarlet #F93518
RGB
CMYK
RGB Variations
Color information
#F93518 (or 0xF93518) is known color: Scarlet. HEX triplet: F9, 35 and 18. RGB value is (249,53,24). Sum of RGB (Red+Green+Blue) = 249+53+24=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F93518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93518 is #06CAE7. Grayscale: #6C6C6C. Windows color (decimal): -445160 or 1586681. OLE color: 1586681.
HSL color Cylindrical-coordinate representation of color #F93518: hue angle of 7.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F93518 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.02 |
| HSL | 7.73º | 0.95% | 0.54% | - |
| HSV(B) | 7.73º | 0.9% | 0.98% | - |
| XYZ | 40.5 | 22.75 | 3.12 | - |
| YUV | 108.3 | 80.43 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 24 | 0 | 0.79 | 0.90 | 0.02 | 7.73 | 0.95 | 0.54 |
| Hex | F9 | 35 | 18 | 0 | 4F | 5A | 2 | 8 | 5F | 36 |
| Octal | 371 | 65 | 30 | 0 | 117 | 132 | 2 | 10 | 137 | 66 |
| Binary | 11111001 | 110101 | 11000 | 0 | 1001111 | 1011010 | 10 | 1000 | 1011111 | 110110 |
Color Harmonies of #F93518
Complementary color
Monochromatic Colors of #F93518
Black with #F93518
Text Example
Text Example
White with #F93518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93518; }
p { color: rgb(249,53,24); }
H1.HeaderClassName
{
color: #F93518;
}
.AnyTagClassName
{
color: #F93518;
}
</style>
background-color css
<style>
a { background-color: #F93518; }
a { background-color: rgb(249,53,24); }
div.DivClassName
{
background-color: #F93518;
}
.BgClassName
{
background-color: #F93518;
}
</style>
border-color css
<style>
span { border-color: #F93518; }
span { border-color: rgb(249,53,24); }
td.TdClassName
{
border-color: #F93518;
}
.TagClassName
{
border-color: #F93518;
}
</style>