Shades of Scarlet #F7150D
Tints of Scarlet #F7150D
RGB
CMYK
RGB Variations
Color information
#F7150D (or 0xF7150D) is known color: Scarlet. HEX triplet: F7, 15 and 0D. RGB value is (247,21,13). Sum of RGB (Red+Green+Blue) = 247+21+13=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F7150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7150D is #08EAF2. Grayscale: #575757. Windows color (decimal): -584435 or 857591. OLE color: 857591.
HSL color Cylindrical-coordinate representation of color #F7150D: hue angle of 2.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7150D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.03 |
| HSL | 2.05º | 0.94% | 0.51% | - |
| HSV(B) | 2.05º | 0.95% | 0.97% | - |
| XYZ | 38.7 | 20.34 | 2.27 | - |
| YUV | 87.66 | 85.87 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 13 | 0 | 0.91 | 0.95 | 0.03 | 2.05 | 0.94 | 0.51 |
| Hex | F7 | 15 | D | 0 | 5B | 5F | 3 | 2 | 5E | 33 |
| Octal | 367 | 25 | 15 | 0 | 133 | 137 | 3 | 2 | 136 | 63 |
| Binary | 11110111 | 10101 | 1101 | 0 | 1011011 | 1011111 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F7150D
Complementary color
Monochromatic Colors of #F7150D
Black with #F7150D
Text Example
Text Example
White with #F7150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7150D; }
p { color: rgb(247,21,13); }
H1.HeaderClassName
{
color: #F7150D;
}
.AnyTagClassName
{
color: #F7150D;
}
</style>
background-color css
<style>
a { background-color: #F7150D; }
a { background-color: rgb(247,21,13); }
div.DivClassName
{
background-color: #F7150D;
}
.BgClassName
{
background-color: #F7150D;
}
</style>
border-color css
<style>
span { border-color: #F7150D; }
span { border-color: rgb(247,21,13); }
td.TdClassName
{
border-color: #F7150D;
}
.TagClassName
{
border-color: #F7150D;
}
</style>