Shades of Scarlet #F2271D
Tints of Scarlet #F2271D
RGB
CMYK
RGB Variations
Color information
#F2271D (or 0xF2271D) is known color: Scarlet. HEX triplet: F2, 27 and 1D. RGB value is (242,39,29). Sum of RGB (Red+Green+Blue) = 242+39+29=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2271D is #0DD8E2. Grayscale: #626262. Windows color (decimal): -907491 or 1910770. OLE color: 1910770.
HSL color Cylindrical-coordinate representation of color #F2271D: hue angle of 2.82º 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 #F2271D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 2.82º | 0.89% | 0.53% | - |
| HSV(B) | 2.82º | 0.88% | 0.95% | - |
| XYZ | 37.57 | 20.42 | 3.12 | - |
| YUV | 98.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 29 | 0 | 0.84 | 0.88 | 0.05 | 2.82 | 0.89 | 0.53 |
| Hex | F2 | 27 | 1D | 0 | 54 | 58 | 5 | 3 | 59 | 35 |
| Octal | 362 | 47 | 35 | 0 | 124 | 130 | 5 | 3 | 131 | 65 |
| Binary | 11110010 | 100111 | 11101 | 0 | 1010100 | 1011000 | 101 | 11 | 1011001 | 110101 |
Color Harmonies of #F2271D
Complementary color
Monochromatic Colors of #F2271D
Black with #F2271D
Text Example
Text Example
White with #F2271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2271D; }
p { color: rgb(242,39,29); }
H1.HeaderClassName
{
color: #F2271D;
}
.AnyTagClassName
{
color: #F2271D;
}
</style>
background-color css
<style>
a { background-color: #F2271D; }
a { background-color: rgb(242,39,29); }
div.DivClassName
{
background-color: #F2271D;
}
.BgClassName
{
background-color: #F2271D;
}
</style>
border-color css
<style>
span { border-color: #F2271D; }
span { border-color: rgb(242,39,29); }
td.TdClassName
{
border-color: #F2271D;
}
.TagClassName
{
border-color: #F2271D;
}
</style>