Shades of Scarlet #F2271A
Tints of Scarlet #F2271A
RGB
CMYK
RGB Variations
Color information
#F2271A (or 0xF2271A) is known color: Scarlet. HEX triplet: F2, 27 and 1A. RGB value is (242,39,26). Sum of RGB (Red+Green+Blue) = 242+39+26=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2271A is #0DD8E5. Grayscale: #626262. Windows color (decimal): -907494 or 1714162. OLE color: 1714162.
HSL color Cylindrical-coordinate representation of color #F2271A: hue angle of 3.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2271A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 26 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.05 |
| HSL | 3.61º | 0.89% | 0.53% | - |
| HSV(B) | 3.61º | 0.89% | 0.95% | - |
| XYZ | 37.53 | 20.4 | 2.94 | - |
| YUV | 98.22 | 87.25 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 26 | 0 | 0.84 | 0.89 | 0.05 | 3.61 | 0.89 | 0.53 |
| Hex | F2 | 27 | 1A | 0 | 54 | 59 | 5 | 4 | 59 | 35 |
| Octal | 362 | 47 | 32 | 0 | 124 | 131 | 5 | 4 | 131 | 65 |
| Binary | 11110010 | 100111 | 11010 | 0 | 1010100 | 1011001 | 101 | 100 | 1011001 | 110101 |
Color Harmonies of #F2271A
Complementary color
Monochromatic Colors of #F2271A
Black with #F2271A
Text Example
Text Example
White with #F2271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2271A; }
p { color: rgb(242,39,26); }
H1.HeaderClassName
{
color: #F2271A;
}
.AnyTagClassName
{
color: #F2271A;
}
</style>
background-color css
<style>
a { background-color: #F2271A; }
a { background-color: rgb(242,39,26); }
div.DivClassName
{
background-color: #F2271A;
}
.BgClassName
{
background-color: #F2271A;
}
</style>
border-color css
<style>
span { border-color: #F2271A; }
span { border-color: rgb(242,39,26); }
td.TdClassName
{
border-color: #F2271A;
}
.TagClassName
{
border-color: #F2271A;
}
</style>