Shades of Scarlet #F0130A
Tints of Scarlet #F0130A
RGB
CMYK
RGB Variations
Color information
#F0130A (or 0xF0130A) is known color: Scarlet. HEX triplet: F0, 13 and 0A. RGB value is (240,19,10). Sum of RGB (Red+Green+Blue) = 240+19+10=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0130A is #0FECF5. Grayscale: #545454. Windows color (decimal): -1043702 or 660464. OLE color: 660464.
HSL color Cylindrical-coordinate representation of color #F0130A: hue angle of 2.35º 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 #F0130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.06 |
| HSL | 2.35º | 0.92% | 0.49% | - |
| HSV(B) | 2.35º | 0.96% | 0.94% | - |
| XYZ | 36.22 | 19.01 | 2.05 | - |
| YUV | 84.05 | 86.22 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 10 | 0 | 0.92 | 0.96 | 0.06 | 2.35 | 0.92 | 0.49 |
| Hex | F0 | 13 | A | 0 | 5C | 60 | 6 | 2 | 5C | 31 |
| Octal | 360 | 23 | 12 | 0 | 134 | 140 | 6 | 2 | 134 | 61 |
| Binary | 11110000 | 10011 | 1010 | 0 | 1011100 | 1100000 | 110 | 10 | 1011100 | 110001 |
Color Harmonies of #F0130A
Complementary color
Monochromatic Colors of #F0130A
Black with #F0130A
Text Example
Text Example
White with #F0130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0130A; }
p { color: rgb(240,19,10); }
H1.HeaderClassName
{
color: #F0130A;
}
.AnyTagClassName
{
color: #F0130A;
}
</style>
background-color css
<style>
a { background-color: #F0130A; }
a { background-color: rgb(240,19,10); }
div.DivClassName
{
background-color: #F0130A;
}
.BgClassName
{
background-color: #F0130A;
}
</style>
border-color css
<style>
span { border-color: #F0130A; }
span { border-color: rgb(240,19,10); }
td.TdClassName
{
border-color: #F0130A;
}
.TagClassName
{
border-color: #F0130A;
}
</style>