Shades of Scarlet #F21908
Tints of Scarlet #F21908
RGB
CMYK
RGB Variations
Color information
#F21908 (or 0xF21908) is known color: Scarlet. HEX triplet: F2, 19 and 08. RGB value is (242,25,8). Sum of RGB (Red+Green+Blue) = 242+25+8=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F21908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21908 is #0DE6F7. Grayscale: #585858. Windows color (decimal): -911096 or 530930. OLE color: 530930.
HSL color Cylindrical-coordinate representation of color #F21908: hue angle of 4.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F21908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.05 |
| HSL | 4.36º | 0.94% | 0.49% | - |
| HSV(B) | 4.36º | 0.97% | 0.95% | - |
| XYZ | 37.01 | 19.59 | 2.06 | - |
| YUV | 87.95 | 82.89 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 8 | 0 | 0.90 | 0.97 | 0.05 | 4.36 | 0.94 | 0.49 |
| Hex | F2 | 19 | 8 | 0 | 5A | 61 | 5 | 4 | 5E | 31 |
| Octal | 362 | 31 | 10 | 0 | 132 | 141 | 5 | 4 | 136 | 61 |
| Binary | 11110010 | 11001 | 1000 | 0 | 1011010 | 1100001 | 101 | 100 | 1011110 | 110001 |
Color Harmonies of #F21908
Complementary color
Monochromatic Colors of #F21908
Black with #F21908
Text Example
Text Example
White with #F21908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21908; }
p { color: rgb(242,25,8); }
H1.HeaderClassName
{
color: #F21908;
}
.AnyTagClassName
{
color: #F21908;
}
</style>
background-color css
<style>
a { background-color: #F21908; }
a { background-color: rgb(242,25,8); }
div.DivClassName
{
background-color: #F21908;
}
.BgClassName
{
background-color: #F21908;
}
</style>
border-color css
<style>
span { border-color: #F21908; }
span { border-color: rgb(242,25,8); }
td.TdClassName
{
border-color: #F21908;
}
.TagClassName
{
border-color: #F21908;
}
</style>