Shades of Scarlet #F01D0A
Tints of Scarlet #F01D0A
RGB
CMYK
RGB Variations
Color information
#F01D0A (or 0xF01D0A) is known color: Scarlet. HEX triplet: F0, 1D and 0A. RGB value is (240,29,10). Sum of RGB (Red+Green+Blue) = 240+29+10=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D0A is #0FE2F5. Grayscale: #5A5A5A. Windows color (decimal): -1041142 or 663024. OLE color: 663024.
HSL color Cylindrical-coordinate representation of color #F01D0A: hue angle of 4.96º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F01D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.06 |
| HSL | 4.96º | 0.92% | 0.49% | - |
| HSV(B) | 4.96º | 0.96% | 0.94% | - |
| XYZ | 36.43 | 19.43 | 2.12 | - |
| YUV | 89.92 | 82.9 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 10 | 0 | 0.88 | 0.96 | 0.06 | 4.96 | 0.92 | 0.49 |
| Hex | F0 | 1D | A | 0 | 58 | 60 | 6 | 5 | 5C | 31 |
| Octal | 360 | 35 | 12 | 0 | 130 | 140 | 6 | 5 | 134 | 61 |
| Binary | 11110000 | 11101 | 1010 | 0 | 1011000 | 1100000 | 110 | 101 | 1011100 | 110001 |
Color Harmonies of #F01D0A
Complementary color
Monochromatic Colors of #F01D0A
Black with #F01D0A
Text Example
Text Example
White with #F01D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D0A; }
p { color: rgb(240,29,10); }
H1.HeaderClassName
{
color: #F01D0A;
}
.AnyTagClassName
{
color: #F01D0A;
}
</style>
background-color css
<style>
a { background-color: #F01D0A; }
a { background-color: rgb(240,29,10); }
div.DivClassName
{
background-color: #F01D0A;
}
.BgClassName
{
background-color: #F01D0A;
}
</style>
border-color css
<style>
span { border-color: #F01D0A; }
span { border-color: rgb(240,29,10); }
td.TdClassName
{
border-color: #F01D0A;
}
.TagClassName
{
border-color: #F01D0A;
}
</style>