Shades of Scarlet #F0160D
Tints of Scarlet #F0160D
RGB
CMYK
RGB Variations
Color information
#F0160D (or 0xF0160D) is known color: Scarlet. HEX triplet: F0, 16 and 0D. RGB value is (240,22,13). Sum of RGB (Red+Green+Blue) = 240+22+13=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0160D is #0FE9F2. Grayscale: #565656. Windows color (decimal): -1042931 or 857840. OLE color: 857840.
HSL color Cylindrical-coordinate representation of color #F0160D: hue angle of 2.38º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.06 |
| HSL | 2.38º | 0.9% | 0.5% | - |
| HSV(B) | 2.38º | 0.95% | 0.94% | - |
| XYZ | 36.29 | 19.13 | 2.16 | - |
| YUV | 86.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 13 | 0 | 0.91 | 0.95 | 0.06 | 2.38 | 0.9 | 0.5 |
| Hex | F0 | 16 | D | 0 | 5B | 5F | 6 | 2 | 5A | 32 |
| Octal | 360 | 26 | 15 | 0 | 133 | 137 | 6 | 2 | 132 | 62 |
| Binary | 11110000 | 10110 | 1101 | 0 | 1011011 | 1011111 | 110 | 10 | 1011010 | 110010 |
Color Harmonies of #F0160D
Complementary color
Monochromatic Colors of #F0160D
Black with #F0160D
Text Example
Text Example
White with #F0160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0160D; }
p { color: rgb(240,22,13); }
H1.HeaderClassName
{
color: #F0160D;
}
.AnyTagClassName
{
color: #F0160D;
}
</style>
background-color css
<style>
a { background-color: #F0160D; }
a { background-color: rgb(240,22,13); }
div.DivClassName
{
background-color: #F0160D;
}
.BgClassName
{
background-color: #F0160D;
}
</style>
border-color css
<style>
span { border-color: #F0160D; }
span { border-color: rgb(240,22,13); }
td.TdClassName
{
border-color: #F0160D;
}
.TagClassName
{
border-color: #F0160D;
}
</style>