Shades of Scarlet #F01D0C
Tints of Scarlet #F01D0C
RGB
CMYK
RGB Variations
Color information
#F01D0C (or 0xF01D0C) is known color: Scarlet. HEX triplet: F0, 1D and 0C. RGB value is (240,29,12). Sum of RGB (Red+Green+Blue) = 240+29+12=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D0C is #0FE2F3. Grayscale: #5A5A5A. Windows color (decimal): -1041140 or 794096. OLE color: 794096.
HSL color Cylindrical-coordinate representation of color #F01D0C: hue angle of 4.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F01D0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.06 |
| HSL | 4.47º | 0.9% | 0.49% | - |
| HSV(B) | 4.47º | 0.95% | 0.94% | - |
| XYZ | 36.44 | 19.43 | 2.18 | - |
| YUV | 90.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 12 | 0 | 0.88 | 0.95 | 0.06 | 4.47 | 0.9 | 0.49 |
| Hex | F0 | 1D | C | 0 | 58 | 5F | 6 | 4 | 5A | 31 |
| Octal | 360 | 35 | 14 | 0 | 130 | 137 | 6 | 4 | 132 | 61 |
| Binary | 11110000 | 11101 | 1100 | 0 | 1011000 | 1011111 | 110 | 100 | 1011010 | 110001 |
Color Harmonies of #F01D0C
Complementary color
Monochromatic Colors of #F01D0C
Black with #F01D0C
Text Example
Text Example
White with #F01D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D0C; }
p { color: rgb(240,29,12); }
H1.HeaderClassName
{
color: #F01D0C;
}
.AnyTagClassName
{
color: #F01D0C;
}
</style>
background-color css
<style>
a { background-color: #F01D0C; }
a { background-color: rgb(240,29,12); }
div.DivClassName
{
background-color: #F01D0C;
}
.BgClassName
{
background-color: #F01D0C;
}
</style>
border-color css
<style>
span { border-color: #F01D0C; }
span { border-color: rgb(240,29,12); }
td.TdClassName
{
border-color: #F01D0C;
}
.TagClassName
{
border-color: #F01D0C;
}
</style>