Shades of Scarlet #F1350D
Tints of Scarlet #F1350D
RGB
CMYK
RGB Variations
Color information
#F1350D (or 0xF1350D) is known color: Scarlet. HEX triplet: F1, 35 and 0D. RGB value is (241,53,13). Sum of RGB (Red+Green+Blue) = 241+53+13=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1350D is #0ECAF2. Grayscale: #696969. Windows color (decimal): -969459 or 865777. OLE color: 865777.
HSL color Cylindrical-coordinate representation of color #F1350D: hue angle of 10.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1350D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.53º | 0.9% | 0.5% | - |
| HSV(B) | 10.53º | 0.95% | 0.95% | - |
| XYZ | 37.62 | 21.28 | 2.5 | - |
| YUV | 104.65 | 76.28 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 13 | 0 | 0.78 | 0.95 | 0.05 | 10.53 | 0.9 | 0.5 |
| Hex | F1 | 35 | D | 0 | 4E | 5F | 5 | B | 5A | 32 |
| Octal | 361 | 65 | 15 | 0 | 116 | 137 | 5 | 13 | 132 | 62 |
| Binary | 11110001 | 110101 | 1101 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F1350D
Complementary color
Monochromatic Colors of #F1350D
Black with #F1350D
Text Example
Text Example
White with #F1350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1350D; }
p { color: rgb(241,53,13); }
H1.HeaderClassName
{
color: #F1350D;
}
.AnyTagClassName
{
color: #F1350D;
}
</style>
background-color css
<style>
a { background-color: #F1350D; }
a { background-color: rgb(241,53,13); }
div.DivClassName
{
background-color: #F1350D;
}
.BgClassName
{
background-color: #F1350D;
}
</style>
border-color css
<style>
span { border-color: #F1350D; }
span { border-color: rgb(241,53,13); }
td.TdClassName
{
border-color: #F1350D;
}
.TagClassName
{
border-color: #F1350D;
}
</style>