Shades of Scarlet #F2251B
Tints of Scarlet #F2251B
RGB
CMYK
RGB Variations
Color information
#F2251B (or 0xF2251B) is known color: Scarlet. HEX triplet: F2, 25 and 1B. RGB value is (242,37,27). Sum of RGB (Red+Green+Blue) = 242+37+27=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2251B is #0DDAE4. Grayscale: #616161. Windows color (decimal): -908005 or 1779186. OLE color: 1779186.
HSL color Cylindrical-coordinate representation of color #F2251B: hue angle of 2.79º 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 #F2251B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.05 |
| HSL | 2.79º | 0.89% | 0.53% | - |
| HSV(B) | 2.79º | 0.89% | 0.95% | - |
| XYZ | 37.48 | 20.28 | 2.98 | - |
| YUV | 97.16 | 88.42 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 27 | 0 | 0.85 | 0.89 | 0.05 | 2.79 | 0.89 | 0.53 |
| Hex | F2 | 25 | 1B | 0 | 55 | 59 | 5 | 3 | 59 | 35 |
| Octal | 362 | 45 | 33 | 0 | 125 | 131 | 5 | 3 | 131 | 65 |
| Binary | 11110010 | 100101 | 11011 | 0 | 1010101 | 1011001 | 101 | 11 | 1011001 | 110101 |
Color Harmonies of #F2251B
Complementary color
Monochromatic Colors of #F2251B
Black with #F2251B
Text Example
Text Example
White with #F2251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2251B; }
p { color: rgb(242,37,27); }
H1.HeaderClassName
{
color: #F2251B;
}
.AnyTagClassName
{
color: #F2251B;
}
</style>
background-color css
<style>
a { background-color: #F2251B; }
a { background-color: rgb(242,37,27); }
div.DivClassName
{
background-color: #F2251B;
}
.BgClassName
{
background-color: #F2251B;
}
</style>
border-color css
<style>
span { border-color: #F2251B; }
span { border-color: rgb(242,37,27); }
td.TdClassName
{
border-color: #F2251B;
}
.TagClassName
{
border-color: #F2251B;
}
</style>