Shades of Scarlet #FF221A
Tints of Scarlet #FF221A
RGB
CMYK
RGB Variations
Color information
#FF221A (or 0xFF221A) is known color: Scarlet. HEX triplet: FF, 22 and 1A. RGB value is (255,34,26). Sum of RGB (Red+Green+Blue) = 255+34+26=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF221A is #00DDE5. Grayscale: #636363. Windows color (decimal): -56806 or 1712895. OLE color: 1712895.
HSL color Cylindrical-coordinate representation of color #FF221A: hue angle of 2.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF221A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 26 | - |
| CMYK | 0 | 0.87 | 0.90 | 0 |
| HSL | 2.1º | 1% | 0.55% | - |
| HSV(B) | 2.1º | 0.9% | 1% | - |
| XYZ | 42 | 22.48 | 3.1 | - |
| YUV | 99.17 | 86.72 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 26 | 0 | 0.87 | 0.90 | 0 | 2.1 | 1 | 0.55 |
| Hex | FF | 22 | 1A | 0 | 57 | 5A | 0 | 2 | 64 | 37 |
| Octal | 377 | 42 | 32 | 0 | 127 | 132 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100010 | 11010 | 0 | 1010111 | 1011010 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF221A
Complementary color
Monochromatic Colors of #FF221A
Black with #FF221A
Text Example
Text Example
White with #FF221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF221A; }
p { color: rgb(255,34,26); }
H1.HeaderClassName
{
color: #FF221A;
}
.AnyTagClassName
{
color: #FF221A;
}
</style>
background-color css
<style>
a { background-color: #FF221A; }
a { background-color: rgb(255,34,26); }
div.DivClassName
{
background-color: #FF221A;
}
.BgClassName
{
background-color: #FF221A;
}
</style>
border-color css
<style>
span { border-color: #FF221A; }
span { border-color: rgb(255,34,26); }
td.TdClassName
{
border-color: #FF221A;
}
.TagClassName
{
border-color: #FF221A;
}
</style>