Shades of Scarlet #F7281D
Tints of Scarlet #F7281D
RGB
CMYK
RGB Variations
Color information
#F7281D (or 0xF7281D) is known color: Scarlet. HEX triplet: F7, 28 and 1D. RGB value is (247,40,29). Sum of RGB (Red+Green+Blue) = 247+40+29=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7281D is #08D7E2. Grayscale: #646464. Windows color (decimal): -579555 or 1911031. OLE color: 1911031.
HSL color Cylindrical-coordinate representation of color #F7281D: hue angle of 3.03º 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 #F7281D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.03 |
| HSL | 3.03º | 0.93% | 0.54% | - |
| HSV(B) | 3.03º | 0.88% | 0.97% | - |
| XYZ | 39.34 | 21.38 | 3.22 | - |
| YUV | 100.64 | 87.58 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 29 | 0 | 0.84 | 0.88 | 0.03 | 3.03 | 0.93 | 0.54 |
| Hex | F7 | 28 | 1D | 0 | 54 | 58 | 3 | 3 | 5D | 36 |
| Octal | 367 | 50 | 35 | 0 | 124 | 130 | 3 | 3 | 135 | 66 |
| Binary | 11110111 | 101000 | 11101 | 0 | 1010100 | 1011000 | 11 | 11 | 1011101 | 110110 |
Color Harmonies of #F7281D
Complementary color
Monochromatic Colors of #F7281D
Black with #F7281D
Text Example
Text Example
White with #F7281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7281D; }
p { color: rgb(247,40,29); }
H1.HeaderClassName
{
color: #F7281D;
}
.AnyTagClassName
{
color: #F7281D;
}
</style>
background-color css
<style>
a { background-color: #F7281D; }
a { background-color: rgb(247,40,29); }
div.DivClassName
{
background-color: #F7281D;
}
.BgClassName
{
background-color: #F7281D;
}
</style>
border-color css
<style>
span { border-color: #F7281D; }
span { border-color: rgb(247,40,29); }
td.TdClassName
{
border-color: #F7281D;
}
.TagClassName
{
border-color: #F7281D;
}
</style>