Shades of Scarlet #F72A1D
Tints of Scarlet #F72A1D
RGB
CMYK
RGB Variations
Color information
#F72A1D (or 0xF72A1D) is known color: Scarlet. HEX triplet: F7, 2A and 1D. RGB value is (247,42,29). Sum of RGB (Red+Green+Blue) = 247+42+29=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A1D is #08D5E2. Grayscale: #666666. Windows color (decimal): -579043 or 1911543. OLE color: 1911543.
HSL color Cylindrical-coordinate representation of color #F72A1D: hue angle of 3.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F72A1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.03 |
| HSL | 3.58º | 0.93% | 0.54% | - |
| HSV(B) | 3.58º | 0.88% | 0.97% | - |
| XYZ | 39.41 | 21.52 | 3.24 | - |
| YUV | 101.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 29 | 0 | 0.83 | 0.88 | 0.03 | 3.58 | 0.93 | 0.54 |
| Hex | F7 | 2A | 1D | 0 | 53 | 58 | 3 | 4 | 5D | 36 |
| Octal | 367 | 52 | 35 | 0 | 123 | 130 | 3 | 4 | 135 | 66 |
| Binary | 11110111 | 101010 | 11101 | 0 | 1010011 | 1011000 | 11 | 100 | 1011101 | 110110 |
Color Harmonies of #F72A1D
Complementary color
Monochromatic Colors of #F72A1D
Black with #F72A1D
Text Example
Text Example
White with #F72A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72A1D; }
p { color: rgb(247,42,29); }
H1.HeaderClassName
{
color: #F72A1D;
}
.AnyTagClassName
{
color: #F72A1D;
}
</style>
background-color css
<style>
a { background-color: #F72A1D; }
a { background-color: rgb(247,42,29); }
div.DivClassName
{
background-color: #F72A1D;
}
.BgClassName
{
background-color: #F72A1D;
}
</style>
border-color css
<style>
span { border-color: #F72A1D; }
span { border-color: rgb(247,42,29); }
td.TdClassName
{
border-color: #F72A1D;
}
.TagClassName
{
border-color: #F72A1D;
}
</style>