Shades of Scarlet #F02900
Tints of Scarlet #F02900
RGB
CMYK
RGB Variations
Color information
#F02900 (or 0xF02900) is known color: Scarlet. HEX triplet: F0, 29 and 00. RGB value is (240,41,0). Sum of RGB (Red+Green+Blue) = 240+41+0=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F02900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02900 is #0FD6FF. Grayscale: #606060. Windows color (decimal): -1038080 or 10736. OLE color: 10736.
HSL color Cylindrical-coordinate representation of color #F02900: hue angle of 10.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.06 |
| HSL | 10.25º | 1% | 0.47% | - |
| HSV(B) | 10.25º | 1% | 0.94% | - |
| XYZ | 36.73 | 20.11 | 1.95 | - |
| YUV | 95.83 | 73.93 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 0 | 0 | 0.83 | 1 | 0.06 | 10.25 | 1 | 0.47 |
| Hex | F0 | 29 | 0 | 0 | 53 | 64 | 6 | A | 64 | 2F |
| Octal | 360 | 51 | 0 | 0 | 123 | 144 | 6 | 12 | 144 | 57 |
| Binary | 11110000 | 101001 | 0 | 0 | 1010011 | 1100100 | 110 | 1010 | 1100100 | 101111 |
Color Harmonies of #F02900
Complementary color
Monochromatic Colors of #F02900
Black with #F02900
Text Example
Text Example
White with #F02900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02900; }
p { color: rgb(240,41,0); }
H1.HeaderClassName
{
color: #F02900;
}
.AnyTagClassName
{
color: #F02900;
}
</style>
background-color css
<style>
a { background-color: #F02900; }
a { background-color: rgb(240,41,0); }
div.DivClassName
{
background-color: #F02900;
}
.BgClassName
{
background-color: #F02900;
}
</style>
border-color css
<style>
span { border-color: #F02900; }
span { border-color: rgb(240,41,0); }
td.TdClassName
{
border-color: #F02900;
}
.TagClassName
{
border-color: #F02900;
}
</style>