Shades of Scarlet #F22712
Tints of Scarlet #F22712
RGB
CMYK
RGB Variations
Color information
#F22712 (or 0xF22712) is known color: Scarlet. HEX triplet: F2, 27 and 12. RGB value is (242,39,18). Sum of RGB (Red+Green+Blue) = 242+39+18=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22712 is #0DD8ED. Grayscale: #616161. Windows color (decimal): -907502 or 1189874. OLE color: 1189874.
HSL color Cylindrical-coordinate representation of color #F22712: hue angle of 5.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22712 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 5.63º | 0.9% | 0.51% | - |
| HSV(B) | 5.63º | 0.93% | 0.95% | - |
| XYZ | 37.45 | 20.37 | 2.53 | - |
| YUV | 97.3 | 83.25 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 18 | 0 | 0.84 | 0.93 | 0.05 | 5.63 | 0.9 | 0.51 |
| Hex | F2 | 27 | 12 | 0 | 54 | 5D | 5 | 6 | 5A | 33 |
| Octal | 362 | 47 | 22 | 0 | 124 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 100111 | 10010 | 0 | 1010100 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22712
Complementary color
Monochromatic Colors of #F22712
Black with #F22712
Text Example
Text Example
White with #F22712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22712; }
p { color: rgb(242,39,18); }
H1.HeaderClassName
{
color: #F22712;
}
.AnyTagClassName
{
color: #F22712;
}
</style>
background-color css
<style>
a { background-color: #F22712; }
a { background-color: rgb(242,39,18); }
div.DivClassName
{
background-color: #F22712;
}
.BgClassName
{
background-color: #F22712;
}
</style>
border-color css
<style>
span { border-color: #F22712; }
span { border-color: rgb(242,39,18); }
td.TdClassName
{
border-color: #F22712;
}
.TagClassName
{
border-color: #F22712;
}
</style>