Shades of Scarlet #F22817
Tints of Scarlet #F22817
RGB
CMYK
RGB Variations
Color information
#F22817 (or 0xF22817) is known color: Scarlet. HEX triplet: F2, 28 and 17. RGB value is (242,40,23). Sum of RGB (Red+Green+Blue) = 242+40+23=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F22817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22817 is #0DD7E8. Grayscale: #626262. Windows color (decimal): -907241 or 1517810. OLE color: 1517810.
HSL color Cylindrical-coordinate representation of color #F22817: hue angle of 4.66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22817 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 23 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.66º | 0.89% | 0.52% | - |
| HSV(B) | 4.66º | 0.9% | 0.95% | - |
| XYZ | 37.53 | 20.46 | 2.78 | - |
| YUV | 98.46 | 85.42 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 23 | 0 | 0.83 | 0.90 | 0.05 | 4.66 | 0.89 | 0.52 |
| Hex | F2 | 28 | 17 | 0 | 53 | 5A | 5 | 5 | 59 | 34 |
| Octal | 362 | 50 | 27 | 0 | 123 | 132 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 101000 | 10111 | 0 | 1010011 | 1011010 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22817
Complementary color
Monochromatic Colors of #F22817
Black with #F22817
Text Example
Text Example
White with #F22817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22817; }
p { color: rgb(242,40,23); }
H1.HeaderClassName
{
color: #F22817;
}
.AnyTagClassName
{
color: #F22817;
}
</style>
background-color css
<style>
a { background-color: #F22817; }
a { background-color: rgb(242,40,23); }
div.DivClassName
{
background-color: #F22817;
}
.BgClassName
{
background-color: #F22817;
}
</style>
border-color css
<style>
span { border-color: #F22817; }
span { border-color: rgb(242,40,23); }
td.TdClassName
{
border-color: #F22817;
}
.TagClassName
{
border-color: #F22817;
}
</style>