Shades of Scarlet #F21809
Tints of Scarlet #F21809
RGB
CMYK
RGB Variations
Color information
#F21809 (or 0xF21809) is known color: Scarlet. HEX triplet: F2, 18 and 09. RGB value is (242,24,9). Sum of RGB (Red+Green+Blue) = 242+24+9=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F21809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21809 is #0DE7F6. Grayscale: #575757. Windows color (decimal): -911351 or 596210. OLE color: 596210.
HSL color Cylindrical-coordinate representation of color #F21809: hue angle of 3.86º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F21809 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.05 |
| HSL | 3.86º | 0.93% | 0.49% | - |
| HSV(B) | 3.86º | 0.96% | 0.95% | - |
| XYZ | 36.99 | 19.55 | 2.08 | - |
| YUV | 87.47 | 83.72 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 9 | 0 | 0.90 | 0.96 | 0.05 | 3.86 | 0.93 | 0.49 |
| Hex | F2 | 18 | 9 | 0 | 5A | 60 | 5 | 4 | 5D | 31 |
| Octal | 362 | 30 | 11 | 0 | 132 | 140 | 5 | 4 | 135 | 61 |
| Binary | 11110010 | 11000 | 1001 | 0 | 1011010 | 1100000 | 101 | 100 | 1011101 | 110001 |
Color Harmonies of #F21809
Complementary color
Monochromatic Colors of #F21809
Black with #F21809
Text Example
Text Example
White with #F21809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21809; }
p { color: rgb(242,24,9); }
H1.HeaderClassName
{
color: #F21809;
}
.AnyTagClassName
{
color: #F21809;
}
</style>
background-color css
<style>
a { background-color: #F21809; }
a { background-color: rgb(242,24,9); }
div.DivClassName
{
background-color: #F21809;
}
.BgClassName
{
background-color: #F21809;
}
</style>
border-color css
<style>
span { border-color: #F21809; }
span { border-color: rgb(242,24,9); }
td.TdClassName
{
border-color: #F21809;
}
.TagClassName
{
border-color: #F21809;
}
</style>