Shades of Scarlet #F13408
Tints of Scarlet #F13408
RGB
CMYK
RGB Variations
Color information
#F13408 (or 0xF13408) is known color: Scarlet. HEX triplet: F1, 34 and 08. RGB value is (241,52,8). Sum of RGB (Red+Green+Blue) = 241+52+8=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F13408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13408 is #0ECBF7. Grayscale: #676767. Windows color (decimal): -969720 or 537841. OLE color: 537841.
HSL color Cylindrical-coordinate representation of color #F13408: hue angle of 11.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F13408 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 8 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.05 |
| HSL | 11.33º | 0.94% | 0.49% | - |
| HSV(B) | 11.33º | 0.97% | 0.95% | - |
| XYZ | 37.55 | 21.17 | 2.34 | - |
| YUV | 103.5 | 74.12 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 8 | 0 | 0.78 | 0.97 | 0.05 | 11.33 | 0.94 | 0.49 |
| Hex | F1 | 34 | 8 | 0 | 4E | 61 | 5 | B | 5E | 31 |
| Octal | 361 | 64 | 10 | 0 | 116 | 141 | 5 | 13 | 136 | 61 |
| Binary | 11110001 | 110100 | 1000 | 0 | 1001110 | 1100001 | 101 | 1011 | 1011110 | 110001 |
Color Harmonies of #F13408
Complementary color
Monochromatic Colors of #F13408
Black with #F13408
Text Example
Text Example
White with #F13408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13408; }
p { color: rgb(241,52,8); }
H1.HeaderClassName
{
color: #F13408;
}
.AnyTagClassName
{
color: #F13408;
}
</style>
background-color css
<style>
a { background-color: #F13408; }
a { background-color: rgb(241,52,8); }
div.DivClassName
{
background-color: #F13408;
}
.BgClassName
{
background-color: #F13408;
}
</style>
border-color css
<style>
span { border-color: #F13408; }
span { border-color: rgb(241,52,8); }
td.TdClassName
{
border-color: #F13408;
}
.TagClassName
{
border-color: #F13408;
}
</style>