Shades of Scarlet #F2200D
Tints of Scarlet #F2200D
RGB
CMYK
RGB Variations
Color information
#F2200D (or 0xF2200D) is known color: Scarlet. HEX triplet: F2, 20 and 0D. RGB value is (242,32,13). Sum of RGB (Red+Green+Blue) = 242+32+13=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2200D is #0DDFF2. Grayscale: #5C5C5C. Windows color (decimal): -909299 or 860402. OLE color: 860402.
HSL color Cylindrical-coordinate representation of color #F2200D: hue angle of 4.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2200D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.05 |
| HSL | 4.98º | 0.9% | 0.5% | - |
| HSV(B) | 4.98º | 0.95% | 0.95% | - |
| XYZ | 37.21 | 19.94 | 2.27 | - |
| YUV | 92.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 13 | 0 | 0.87 | 0.95 | 0.05 | 4.98 | 0.9 | 0.5 |
| Hex | F2 | 20 | D | 0 | 57 | 5F | 5 | 5 | 5A | 32 |
| Octal | 362 | 40 | 15 | 0 | 127 | 137 | 5 | 5 | 132 | 62 |
| Binary | 11110010 | 100000 | 1101 | 0 | 1010111 | 1011111 | 101 | 101 | 1011010 | 110010 |
Color Harmonies of #F2200D
Complementary color
Monochromatic Colors of #F2200D
Black with #F2200D
Text Example
Text Example
White with #F2200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2200D; }
p { color: rgb(242,32,13); }
H1.HeaderClassName
{
color: #F2200D;
}
.AnyTagClassName
{
color: #F2200D;
}
</style>
background-color css
<style>
a { background-color: #F2200D; }
a { background-color: rgb(242,32,13); }
div.DivClassName
{
background-color: #F2200D;
}
.BgClassName
{
background-color: #F2200D;
}
</style>
border-color css
<style>
span { border-color: #F2200D; }
span { border-color: rgb(242,32,13); }
td.TdClassName
{
border-color: #F2200D;
}
.TagClassName
{
border-color: #F2200D;
}
</style>