Shades of Scarlet #F2271C
Tints of Scarlet #F2271C
RGB
CMYK
RGB Variations
Color information
#F2271C (or 0xF2271C) is known color: Scarlet. HEX triplet: F2, 27 and 1C. RGB value is (242,39,28). Sum of RGB (Red+Green+Blue) = 242+39+28=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2271C is #0DD8E3. Grayscale: #626262. Windows color (decimal): -907492 or 1845234. OLE color: 1845234.
HSL color Cylindrical-coordinate representation of color #F2271C: hue angle of 3.08º 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 #F2271C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 3.08º | 0.89% | 0.53% | - |
| HSV(B) | 3.08º | 0.88% | 0.95% | - |
| XYZ | 37.55 | 20.41 | 3.06 | - |
| YUV | 98.44 | 88.25 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 28 | 0 | 0.84 | 0.88 | 0.05 | 3.08 | 0.89 | 0.53 |
| Hex | F2 | 27 | 1C | 0 | 54 | 58 | 5 | 3 | 59 | 35 |
| Octal | 362 | 47 | 34 | 0 | 124 | 130 | 5 | 3 | 131 | 65 |
| Binary | 11110010 | 100111 | 11100 | 0 | 1010100 | 1011000 | 101 | 11 | 1011001 | 110101 |
Color Harmonies of #F2271C
Complementary color
Monochromatic Colors of #F2271C
Black with #F2271C
Text Example
Text Example
White with #F2271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2271C; }
p { color: rgb(242,39,28); }
H1.HeaderClassName
{
color: #F2271C;
}
.AnyTagClassName
{
color: #F2271C;
}
</style>
background-color css
<style>
a { background-color: #F2271C; }
a { background-color: rgb(242,39,28); }
div.DivClassName
{
background-color: #F2271C;
}
.BgClassName
{
background-color: #F2271C;
}
</style>
border-color css
<style>
span { border-color: #F2271C; }
span { border-color: rgb(242,39,28); }
td.TdClassName
{
border-color: #F2271C;
}
.TagClassName
{
border-color: #F2271C;
}
</style>