Shades of Scarlet #F01D1A
Tints of Scarlet #F01D1A
RGB
CMYK
RGB Variations
Color information
#F01D1A (or 0xF01D1A) is known color: Scarlet. HEX triplet: F0, 1D and 1A. RGB value is (240,29,26). Sum of RGB (Red+Green+Blue) = 240+29+26=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D1A is #0FE2E5. Grayscale: #5B5B5B. Windows color (decimal): -1041126 or 1711600. OLE color: 1711600.
HSL color Cylindrical-coordinate representation of color #F01D1A: hue angle of 0.84º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01D1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.06 |
| HSL | 0.84º | 0.88% | 0.52% | - |
| HSV(B) | 0.84º | 0.89% | 0.94% | - |
| XYZ | 36.56 | 19.48 | 2.81 | - |
| YUV | 91.75 | 90.9 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 26 | 0 | 0.88 | 0.89 | 0.06 | 0.84 | 0.88 | 0.52 |
| Hex | F0 | 1D | 1A | 0 | 58 | 59 | 6 | 1 | 58 | 34 |
| Octal | 360 | 35 | 32 | 0 | 130 | 131 | 6 | 1 | 130 | 64 |
| Binary | 11110000 | 11101 | 11010 | 0 | 1011000 | 1011001 | 110 | 1 | 1011000 | 110100 |
Color Harmonies of #F01D1A
Complementary color
Monochromatic Colors of #F01D1A
Black with #F01D1A
Text Example
Text Example
White with #F01D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D1A; }
p { color: rgb(240,29,26); }
H1.HeaderClassName
{
color: #F01D1A;
}
.AnyTagClassName
{
color: #F01D1A;
}
</style>
background-color css
<style>
a { background-color: #F01D1A; }
a { background-color: rgb(240,29,26); }
div.DivClassName
{
background-color: #F01D1A;
}
.BgClassName
{
background-color: #F01D1A;
}
</style>
border-color css
<style>
span { border-color: #F01D1A; }
span { border-color: rgb(240,29,26); }
td.TdClassName
{
border-color: #F01D1A;
}
.TagClassName
{
border-color: #F01D1A;
}
</style>