Shades of Scarlet #F13400
Tints of Scarlet #F13400
RGB
CMYK
RGB Variations
Color information
#F13400 (or 0xF13400) is known color: Scarlet. HEX triplet: F1, 34 and 00. RGB value is (241,52,0). Sum of RGB (Red+Green+Blue) = 241+52+0=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F13400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13400 is #0ECBFF. Grayscale: #666666. Windows color (decimal): -969728 or 13553. OLE color: 13553.
HSL color Cylindrical-coordinate representation of color #F13400: hue angle of 12.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13400 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.05 |
| HSL | 12.95º | 1% | 0.47% | - |
| HSV(B) | 12.95º | 1% | 0.95% | - |
| XYZ | 37.5 | 21.16 | 2.11 | - |
| YUV | 102.58 | 70.12 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 0 | 0 | 0.78 | 1 | 0.05 | 12.95 | 1 | 0.47 |
| Hex | F1 | 34 | 0 | 0 | 4E | 64 | 5 | D | 64 | 2F |
| Octal | 361 | 64 | 0 | 0 | 116 | 144 | 5 | 15 | 144 | 57 |
| Binary | 11110001 | 110100 | 0 | 0 | 1001110 | 1100100 | 101 | 1101 | 1100100 | 101111 |
Color Harmonies of #F13400
Complementary color
Monochromatic Colors of #F13400
Black with #F13400
Text Example
Text Example
White with #F13400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13400; }
p { color: rgb(241,52,0); }
H1.HeaderClassName
{
color: #F13400;
}
.AnyTagClassName
{
color: #F13400;
}
</style>
background-color css
<style>
a { background-color: #F13400; }
a { background-color: rgb(241,52,0); }
div.DivClassName
{
background-color: #F13400;
}
.BgClassName
{
background-color: #F13400;
}
</style>
border-color css
<style>
span { border-color: #F13400; }
span { border-color: rgb(241,52,0); }
td.TdClassName
{
border-color: #F13400;
}
.TagClassName
{
border-color: #F13400;
}
</style>