Shades of Scarlet #FF220A
Tints of Scarlet #FF220A
RGB
CMYK
RGB Variations
Color information
#FF220A (or 0xFF220A) is known color: Scarlet. HEX triplet: FF, 22 and 0A. RGB value is (255,34,10). Sum of RGB (Red+Green+Blue) = 255+34+10=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF220A is #00DDF5. Grayscale: #616161. Windows color (decimal): -56822 or 664319. OLE color: 664319.
HSL color Cylindrical-coordinate representation of color #FF220A: hue angle of 5.88º 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 #FF220A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0 |
| HSL | 5.88º | 1% | 0.52% | - |
| HSV(B) | 5.88º | 0.96% | 1% | - |
| XYZ | 41.87 | 22.43 | 2.41 | - |
| YUV | 97.34 | 78.72 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 10 | 0 | 0.87 | 0.96 | 0 | 5.88 | 1 | 0.52 |
| Hex | FF | 22 | A | 0 | 57 | 60 | 0 | 6 | 64 | 34 |
| Octal | 377 | 42 | 12 | 0 | 127 | 140 | 0 | 6 | 144 | 64 |
| Binary | 11111111 | 100010 | 1010 | 0 | 1010111 | 1100000 | 0 | 110 | 1100100 | 110100 |
Color Harmonies of #FF220A
Complementary color
Monochromatic Colors of #FF220A
Black with #FF220A
Text Example
Text Example
White with #FF220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF220A; }
p { color: rgb(255,34,10); }
H1.HeaderClassName
{
color: #FF220A;
}
.AnyTagClassName
{
color: #FF220A;
}
</style>
background-color css
<style>
a { background-color: #FF220A; }
a { background-color: rgb(255,34,10); }
div.DivClassName
{
background-color: #FF220A;
}
.BgClassName
{
background-color: #FF220A;
}
</style>
border-color css
<style>
span { border-color: #FF220A; }
span { border-color: rgb(255,34,10); }
td.TdClassName
{
border-color: #FF220A;
}
.TagClassName
{
border-color: #FF220A;
}
</style>