Shades of Scarlet #F2201C
Tints of Scarlet #F2201C
RGB
CMYK
RGB Variations
Color information
#F2201C (or 0xF2201C) is known color: Scarlet. HEX triplet: F2, 20 and 1C. RGB value is (242,32,28). Sum of RGB (Red+Green+Blue) = 242+32+28=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F2201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2201C is #0DDFE3. Grayscale: #5E5E5E. Windows color (decimal): -909284 or 1843442. OLE color: 1843442.
HSL color Cylindrical-coordinate representation of color #F2201C: hue angle of 1.12º 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 #F2201C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.05 |
| HSL | 1.12º | 0.89% | 0.53% | - |
| HSV(B) | 1.12º | 0.88% | 0.95% | - |
| XYZ | 37.34 | 19.99 | 2.99 | - |
| YUV | 94.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 28 | 0 | 0.87 | 0.88 | 0.05 | 1.12 | 0.89 | 0.53 |
| Hex | F2 | 20 | 1C | 0 | 57 | 58 | 5 | 1 | 59 | 35 |
| Octal | 362 | 40 | 34 | 0 | 127 | 130 | 5 | 1 | 131 | 65 |
| Binary | 11110010 | 100000 | 11100 | 0 | 1010111 | 1011000 | 101 | 1 | 1011001 | 110101 |
Color Harmonies of #F2201C
Complementary color
Monochromatic Colors of #F2201C
Black with #F2201C
Text Example
Text Example
White with #F2201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2201C; }
p { color: rgb(242,32,28); }
H1.HeaderClassName
{
color: #F2201C;
}
.AnyTagClassName
{
color: #F2201C;
}
</style>
background-color css
<style>
a { background-color: #F2201C; }
a { background-color: rgb(242,32,28); }
div.DivClassName
{
background-color: #F2201C;
}
.BgClassName
{
background-color: #F2201C;
}
</style>
border-color css
<style>
span { border-color: #F2201C; }
span { border-color: rgb(242,32,28); }
td.TdClassName
{
border-color: #F2201C;
}
.TagClassName
{
border-color: #F2201C;
}
</style>