Shades of Scarlet #F02712
Tints of Scarlet #F02712
RGB
CMYK
RGB Variations
Color information
#F02712 (or 0xF02712) is known color: Scarlet. HEX triplet: F0, 27 and 12. RGB value is (240,39,18). Sum of RGB (Red+Green+Blue) = 240+39+18=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02712 is #0FD8ED. Grayscale: #606060. Windows color (decimal): -1038574 or 1189872. OLE color: 1189872.
HSL color Cylindrical-coordinate representation of color #F02712: hue angle of 5.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02712 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.06 |
| HSL | 5.68º | 0.88% | 0.51% | - |
| HSV(B) | 5.68º | 0.93% | 0.94% | - |
| XYZ | 36.77 | 20.02 | 2.5 | - |
| YUV | 96.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 18 | 0 | 0.84 | 0.92 | 0.06 | 5.68 | 0.88 | 0.51 |
| Hex | F0 | 27 | 12 | 0 | 54 | 5C | 6 | 6 | 58 | 33 |
| Octal | 360 | 47 | 22 | 0 | 124 | 134 | 6 | 6 | 130 | 63 |
| Binary | 11110000 | 100111 | 10010 | 0 | 1010100 | 1011100 | 110 | 110 | 1011000 | 110011 |
Color Harmonies of #F02712
Complementary color
Monochromatic Colors of #F02712
Black with #F02712
Text Example
Text Example
White with #F02712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02712; }
p { color: rgb(240,39,18); }
H1.HeaderClassName
{
color: #F02712;
}
.AnyTagClassName
{
color: #F02712;
}
</style>
background-color css
<style>
a { background-color: #F02712; }
a { background-color: rgb(240,39,18); }
div.DivClassName
{
background-color: #F02712;
}
.BgClassName
{
background-color: #F02712;
}
</style>
border-color css
<style>
span { border-color: #F02712; }
span { border-color: rgb(240,39,18); }
td.TdClassName
{
border-color: #F02712;
}
.TagClassName
{
border-color: #F02712;
}
</style>