Shades of Scarlet #F21B17
Tints of Scarlet #F21B17
RGB
CMYK
RGB Variations
Color information
#F21B17 (or 0xF21B17) is known color: Scarlet. HEX triplet: F2, 1B and 17. RGB value is (242,27,23). Sum of RGB (Red+Green+Blue) = 242+27+23=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21B17 is #0DE4E8. Grayscale: #5B5B5B. Windows color (decimal): -910569 or 1514482. OLE color: 1514482.
HSL color Cylindrical-coordinate representation of color #F21B17: hue angle of 1.1º 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 #F21B17 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 23 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.05 |
| HSL | 1.1º | 0.89% | 0.52% | - |
| HSV(B) | 1.1º | 0.9% | 0.95% | - |
| XYZ | 37.16 | 19.72 | 2.66 | - |
| YUV | 90.83 | 89.73 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 23 | 0 | 0.89 | 0.90 | 0.05 | 1.1 | 0.89 | 0.52 |
| Hex | F2 | 1B | 17 | 0 | 59 | 5A | 5 | 1 | 59 | 34 |
| Octal | 362 | 33 | 27 | 0 | 131 | 132 | 5 | 1 | 131 | 64 |
| Binary | 11110010 | 11011 | 10111 | 0 | 1011001 | 1011010 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F21B17
Complementary color
Monochromatic Colors of #F21B17
Black with #F21B17
Text Example
Text Example
White with #F21B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B17; }
p { color: rgb(242,27,23); }
H1.HeaderClassName
{
color: #F21B17;
}
.AnyTagClassName
{
color: #F21B17;
}
</style>
background-color css
<style>
a { background-color: #F21B17; }
a { background-color: rgb(242,27,23); }
div.DivClassName
{
background-color: #F21B17;
}
.BgClassName
{
background-color: #F21B17;
}
</style>
border-color css
<style>
span { border-color: #F21B17; }
span { border-color: rgb(242,27,23); }
td.TdClassName
{
border-color: #F21B17;
}
.TagClassName
{
border-color: #F21B17;
}
</style>