Shades of Scarlet #F2201B
Tints of Scarlet #F2201B
RGB
CMYK
RGB Variations
Color information
#F2201B (or 0xF2201B) is known color: Scarlet. HEX triplet: F2, 20 and 1B. RGB value is (242,32,27). Sum of RGB (Red+Green+Blue) = 242+32+27=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2201B is #0DDFE4. Grayscale: #5E5E5E. Windows color (decimal): -909285 or 1777906. OLE color: 1777906.
HSL color Cylindrical-coordinate representation of color #F2201B: hue angle of 1.4º 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 #F2201B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.05 |
| HSL | 1.4º | 0.89% | 0.53% | - |
| HSV(B) | 1.4º | 0.89% | 0.95% | - |
| XYZ | 37.33 | 19.99 | 2.93 | - |
| YUV | 94.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 27 | 0 | 0.87 | 0.89 | 0.05 | 1.4 | 0.89 | 0.53 |
| Hex | F2 | 20 | 1B | 0 | 57 | 59 | 5 | 1 | 59 | 35 |
| Octal | 362 | 40 | 33 | 0 | 127 | 131 | 5 | 1 | 131 | 65 |
| Binary | 11110010 | 100000 | 11011 | 0 | 1010111 | 1011001 | 101 | 1 | 1011001 | 110101 |
Color Harmonies of #F2201B
Complementary color
Monochromatic Colors of #F2201B
Black with #F2201B
Text Example
Text Example
White with #F2201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2201B; }
p { color: rgb(242,32,27); }
H1.HeaderClassName
{
color: #F2201B;
}
.AnyTagClassName
{
color: #F2201B;
}
</style>
background-color css
<style>
a { background-color: #F2201B; }
a { background-color: rgb(242,32,27); }
div.DivClassName
{
background-color: #F2201B;
}
.BgClassName
{
background-color: #F2201B;
}
</style>
border-color css
<style>
span { border-color: #F2201B; }
span { border-color: rgb(242,32,27); }
td.TdClassName
{
border-color: #F2201B;
}
.TagClassName
{
border-color: #F2201B;
}
</style>