Shades of Scarlet #FF2205
Tints of Scarlet #FF2205
RGB
CMYK
RGB Variations
Color information
#FF2205 (or 0xFF2205) is known color: Scarlet. HEX triplet: FF, 22 and 05. RGB value is (255,34,5). Sum of RGB (Red+Green+Blue) = 255+34+5=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2205 is #00DDFA. Grayscale: #616161. Windows color (decimal): -56827 or 336639. OLE color: 336639.
HSL color Cylindrical-coordinate representation of color #FF2205: hue angle of 6.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF2205 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0 |
| HSL | 6.96º | 1% | 0.51% | - |
| HSV(B) | 6.96º | 0.98% | 1% | - |
| XYZ | 41.84 | 22.42 | 2.26 | - |
| YUV | 96.77 | 76.22 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 5 | 0 | 0.87 | 0.98 | 0 | 6.96 | 1 | 0.51 |
| Hex | FF | 22 | 5 | 0 | 57 | 62 | 0 | 7 | 64 | 33 |
| Octal | 377 | 42 | 5 | 0 | 127 | 142 | 0 | 7 | 144 | 63 |
| Binary | 11111111 | 100010 | 101 | 0 | 1010111 | 1100010 | 0 | 111 | 1100100 | 110011 |
Color Harmonies of #FF2205
Complementary color
Monochromatic Colors of #FF2205
Black with #FF2205
Text Example
Text Example
White with #FF2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2205; }
p { color: rgb(255,34,5); }
H1.HeaderClassName
{
color: #FF2205;
}
.AnyTagClassName
{
color: #FF2205;
}
</style>
background-color css
<style>
a { background-color: #FF2205; }
a { background-color: rgb(255,34,5); }
div.DivClassName
{
background-color: #FF2205;
}
.BgClassName
{
background-color: #FF2205;
}
</style>
border-color css
<style>
span { border-color: #FF2205; }
span { border-color: rgb(255,34,5); }
td.TdClassName
{
border-color: #FF2205;
}
.TagClassName
{
border-color: #FF2205;
}
</style>