Shades of Scarlet #F2271E
Tints of Scarlet #F2271E
RGB
CMYK
RGB Variations
Color information
#F2271E (or 0xF2271E) is known color: Scarlet. HEX triplet: F2, 27 and 1E. RGB value is (242,39,30). Sum of RGB (Red+Green+Blue) = 242+39+30=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2271E is #0DD8E1. Grayscale: #626262. Windows color (decimal): -907490 or 1976306. OLE color: 1976306.
HSL color Cylindrical-coordinate representation of color #F2271E: hue angle of 2.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2271E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 2.55º | 0.89% | 0.53% | - |
| HSV(B) | 2.55º | 0.88% | 0.95% | - |
| XYZ | 37.58 | 20.42 | 3.19 | - |
| YUV | 98.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 30 | 0 | 0.84 | 0.88 | 0.05 | 2.55 | 0.89 | 0.53 |
| Hex | F2 | 27 | 1E | 0 | 54 | 58 | 5 | 3 | 59 | 35 |
| Octal | 362 | 47 | 36 | 0 | 124 | 130 | 5 | 3 | 131 | 65 |
| Binary | 11110010 | 100111 | 11110 | 0 | 1010100 | 1011000 | 101 | 11 | 1011001 | 110101 |
Color Harmonies of #F2271E
Complementary color
Monochromatic Colors of #F2271E
Black with #F2271E
Text Example
Text Example
White with #F2271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2271E; }
p { color: rgb(242,39,30); }
H1.HeaderClassName
{
color: #F2271E;
}
.AnyTagClassName
{
color: #F2271E;
}
</style>
background-color css
<style>
a { background-color: #F2271E; }
a { background-color: rgb(242,39,30); }
div.DivClassName
{
background-color: #F2271E;
}
.BgClassName
{
background-color: #F2271E;
}
</style>
border-color css
<style>
span { border-color: #F2271E; }
span { border-color: rgb(242,39,30); }
td.TdClassName
{
border-color: #F2271E;
}
.TagClassName
{
border-color: #F2271E;
}
</style>