Shades of Scarlet #F0240C
Tints of Scarlet #F0240C
RGB
CMYK
RGB Variations
Color information
#F0240C (or 0xF0240C) is known color: Scarlet. HEX triplet: F0, 24 and 0C. RGB value is (240,36,12). Sum of RGB (Red+Green+Blue) = 240+36+12=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0240C is #0FDBF3. Grayscale: #5E5E5E. Windows color (decimal): -1039348 or 795888. OLE color: 795888.
HSL color Cylindrical-coordinate representation of color #F0240C: hue angle of 6.32º 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 #F0240C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.06 |
| HSL | 6.32º | 0.9% | 0.49% | - |
| HSV(B) | 6.32º | 0.95% | 0.94% | - |
| XYZ | 36.63 | 19.81 | 2.24 | - |
| YUV | 94.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 12 | 0 | 0.85 | 0.95 | 0.06 | 6.32 | 0.9 | 0.49 |
| Hex | F0 | 24 | C | 0 | 55 | 5F | 6 | 6 | 5A | 31 |
| Octal | 360 | 44 | 14 | 0 | 125 | 137 | 6 | 6 | 132 | 61 |
| Binary | 11110000 | 100100 | 1100 | 0 | 1010101 | 1011111 | 110 | 110 | 1011010 | 110001 |
Color Harmonies of #F0240C
Complementary color
Monochromatic Colors of #F0240C
Black with #F0240C
Text Example
Text Example
White with #F0240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0240C; }
p { color: rgb(240,36,12); }
H1.HeaderClassName
{
color: #F0240C;
}
.AnyTagClassName
{
color: #F0240C;
}
</style>
background-color css
<style>
a { background-color: #F0240C; }
a { background-color: rgb(240,36,12); }
div.DivClassName
{
background-color: #F0240C;
}
.BgClassName
{
background-color: #F0240C;
}
</style>
border-color css
<style>
span { border-color: #F0240C; }
span { border-color: rgb(240,36,12); }
td.TdClassName
{
border-color: #F0240C;
}
.TagClassName
{
border-color: #F0240C;
}
</style>