Shades of Scarlet #F22A1C
Tints of Scarlet #F22A1C
RGB
CMYK
RGB Variations
Color information
#F22A1C (or 0xF22A1C) is known color: Scarlet. HEX triplet: F2, 2A and 1C. RGB value is (242,42,28). Sum of RGB (Red+Green+Blue) = 242+42+28=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22A1C is #0DD5E3. Grayscale: #646464. Windows color (decimal): -906724 or 1846002. OLE color: 1846002.
HSL color Cylindrical-coordinate representation of color #F22A1C: hue angle of 3.93º 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 #F22A1C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.05 |
| HSL | 3.93º | 0.89% | 0.53% | - |
| HSV(B) | 3.93º | 0.88% | 0.95% | - |
| XYZ | 37.66 | 20.62 | 3.09 | - |
| YUV | 100.2 | 87.26 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 28 | 0 | 0.83 | 0.88 | 0.05 | 3.93 | 0.89 | 0.53 |
| Hex | F2 | 2A | 1C | 0 | 53 | 58 | 5 | 4 | 59 | 35 |
| Octal | 362 | 52 | 34 | 0 | 123 | 130 | 5 | 4 | 131 | 65 |
| Binary | 11110010 | 101010 | 11100 | 0 | 1010011 | 1011000 | 101 | 100 | 1011001 | 110101 |
Color Harmonies of #F22A1C
Complementary color
Monochromatic Colors of #F22A1C
Black with #F22A1C
Text Example
Text Example
White with #F22A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A1C; }
p { color: rgb(242,42,28); }
H1.HeaderClassName
{
color: #F22A1C;
}
.AnyTagClassName
{
color: #F22A1C;
}
</style>
background-color css
<style>
a { background-color: #F22A1C; }
a { background-color: rgb(242,42,28); }
div.DivClassName
{
background-color: #F22A1C;
}
.BgClassName
{
background-color: #F22A1C;
}
</style>
border-color css
<style>
span { border-color: #F22A1C; }
span { border-color: rgb(242,42,28); }
td.TdClassName
{
border-color: #F22A1C;
}
.TagClassName
{
border-color: #F22A1C;
}
</style>