Shades of Scarlet #F2210F
Tints of Scarlet #F2210F
RGB
CMYK
RGB Variations
Color information
#F2210F (or 0xF2210F) is known color: Scarlet. HEX triplet: F2, 21 and 0F. RGB value is (242,33,15). Sum of RGB (Red+Green+Blue) = 242+33+15=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2210F is #0DDEF0. Grayscale: #5D5D5D. Windows color (decimal): -909041 or 991730. OLE color: 991730.
HSL color Cylindrical-coordinate representation of color #F2210F: hue angle of 4.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2210F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 15 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.05 |
| HSL | 4.76º | 0.9% | 0.5% | - |
| HSV(B) | 4.76º | 0.94% | 0.95% | - |
| XYZ | 37.25 | 20 | 2.35 | - |
| YUV | 93.44 | 83.74 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 15 | 0 | 0.86 | 0.94 | 0.05 | 4.76 | 0.9 | 0.5 |
| Hex | F2 | 21 | F | 0 | 56 | 5E | 5 | 5 | 5A | 32 |
| Octal | 362 | 41 | 17 | 0 | 126 | 136 | 5 | 5 | 132 | 62 |
| Binary | 11110010 | 100001 | 1111 | 0 | 1010110 | 1011110 | 101 | 101 | 1011010 | 110010 |
Color Harmonies of #F2210F
Complementary color
Monochromatic Colors of #F2210F
Black with #F2210F
Text Example
Text Example
White with #F2210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2210F; }
p { color: rgb(242,33,15); }
H1.HeaderClassName
{
color: #F2210F;
}
.AnyTagClassName
{
color: #F2210F;
}
</style>
background-color css
<style>
a { background-color: #F2210F; }
a { background-color: rgb(242,33,15); }
div.DivClassName
{
background-color: #F2210F;
}
.BgClassName
{
background-color: #F2210F;
}
</style>
border-color css
<style>
span { border-color: #F2210F; }
span { border-color: rgb(242,33,15); }
td.TdClassName
{
border-color: #F2210F;
}
.TagClassName
{
border-color: #F2210F;
}
</style>