Shades of Scarlet #F72D0A
Tints of Scarlet #F72D0A
RGB
CMYK
RGB Variations
Color information
#F72D0A (or 0xF72D0A) is known color: Scarlet. HEX triplet: F7, 2D and 0A. RGB value is (247,45,10). Sum of RGB (Red+Green+Blue) = 247+45+10=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72D0A is #08D2F5. Grayscale: #656565. Windows color (decimal): -578294 or 667127. OLE color: 667127.
HSL color Cylindrical-coordinate representation of color #F72D0A: hue angle of 8.86º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F72D0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.03 |
| HSL | 8.86º | 0.94% | 0.5% | - |
| HSV(B) | 8.86º | 0.96% | 0.97% | - |
| XYZ | 39.35 | 21.67 | 2.4 | - |
| YUV | 101.41 | 76.42 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 10 | 0 | 0.82 | 0.96 | 0.03 | 8.86 | 0.94 | 0.5 |
| Hex | F7 | 2D | A | 0 | 52 | 60 | 3 | 9 | 5E | 32 |
| Octal | 367 | 55 | 12 | 0 | 122 | 140 | 3 | 11 | 136 | 62 |
| Binary | 11110111 | 101101 | 1010 | 0 | 1010010 | 1100000 | 11 | 1001 | 1011110 | 110010 |
Color Harmonies of #F72D0A
Complementary color
Monochromatic Colors of #F72D0A
Black with #F72D0A
Text Example
Text Example
White with #F72D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D0A; }
p { color: rgb(247,45,10); }
H1.HeaderClassName
{
color: #F72D0A;
}
.AnyTagClassName
{
color: #F72D0A;
}
</style>
background-color css
<style>
a { background-color: #F72D0A; }
a { background-color: rgb(247,45,10); }
div.DivClassName
{
background-color: #F72D0A;
}
.BgClassName
{
background-color: #F72D0A;
}
</style>
border-color css
<style>
span { border-color: #F72D0A; }
span { border-color: rgb(247,45,10); }
td.TdClassName
{
border-color: #F72D0A;
}
.TagClassName
{
border-color: #F72D0A;
}
</style>