Shades of Scarlet #FF2209
Tints of Scarlet #FF2209
RGB
CMYK
RGB Variations
Color information
#FF2209 (or 0xFF2209) is known color: Scarlet. HEX triplet: FF, 22 and 09. RGB value is (255,34,9). Sum of RGB (Red+Green+Blue) = 255+34+9=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2209 is #00DDF6. Grayscale: #616161. Windows color (decimal): -56823 or 598783. OLE color: 598783.
HSL color Cylindrical-coordinate representation of color #FF2209: hue angle of 6.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF2209 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0 |
| HSL | 6.1º | 1% | 0.52% | - |
| HSV(B) | 6.1º | 0.96% | 1% | - |
| XYZ | 41.86 | 22.42 | 2.38 | - |
| YUV | 97.23 | 78.22 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 9 | 0 | 0.87 | 0.96 | 0 | 6.1 | 1 | 0.52 |
| Hex | FF | 22 | 9 | 0 | 57 | 60 | 0 | 6 | 64 | 34 |
| Octal | 377 | 42 | 11 | 0 | 127 | 140 | 0 | 6 | 144 | 64 |
| Binary | 11111111 | 100010 | 1001 | 0 | 1010111 | 1100000 | 0 | 110 | 1100100 | 110100 |
Color Harmonies of #FF2209
Complementary color
Monochromatic Colors of #FF2209
Black with #FF2209
Text Example
Text Example
White with #FF2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2209; }
p { color: rgb(255,34,9); }
H1.HeaderClassName
{
color: #FF2209;
}
.AnyTagClassName
{
color: #FF2209;
}
</style>
background-color css
<style>
a { background-color: #FF2209; }
a { background-color: rgb(255,34,9); }
div.DivClassName
{
background-color: #FF2209;
}
.BgClassName
{
background-color: #FF2209;
}
</style>
border-color css
<style>
span { border-color: #FF2209; }
span { border-color: rgb(255,34,9); }
td.TdClassName
{
border-color: #FF2209;
}
.TagClassName
{
border-color: #FF2209;
}
</style>