Shades of Scarlet #FF221D
Tints of Scarlet #FF221D
RGB
CMYK
RGB Variations
Color information
#FF221D (or 0xFF221D) is known color: Scarlet. HEX triplet: FF, 22 and 1D. RGB value is (255,34,29). Sum of RGB (Red+Green+Blue) = 255+34+29=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF221D is #00DDE2. Grayscale: #636363. Windows color (decimal): -56803 or 1909503. OLE color: 1909503.
HSL color Cylindrical-coordinate representation of color #FF221D: hue angle of 1.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF221D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 29 | - |
| CMYK | 0 | 0.87 | 0.89 | 0 |
| HSL | 1.33º | 1% | 0.56% | - |
| HSV(B) | 1.33º | 0.89% | 1% | - |
| XYZ | 42.03 | 22.49 | 3.29 | - |
| YUV | 99.51 | 88.22 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 29 | 0 | 0.87 | 0.89 | 0 | 1.33 | 1 | 0.56 |
| Hex | FF | 22 | 1D | 0 | 57 | 59 | 0 | 1 | 64 | 38 |
| Octal | 377 | 42 | 35 | 0 | 127 | 131 | 0 | 1 | 144 | 70 |
| Binary | 11111111 | 100010 | 11101 | 0 | 1010111 | 1011001 | 0 | 1 | 1100100 | 111000 |
Color Harmonies of #FF221D
Complementary color
Monochromatic Colors of #FF221D
Black with #FF221D
Text Example
Text Example
White with #FF221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF221D; }
p { color: rgb(255,34,29); }
H1.HeaderClassName
{
color: #FF221D;
}
.AnyTagClassName
{
color: #FF221D;
}
</style>
background-color css
<style>
a { background-color: #FF221D; }
a { background-color: rgb(255,34,29); }
div.DivClassName
{
background-color: #FF221D;
}
.BgClassName
{
background-color: #FF221D;
}
</style>
border-color css
<style>
span { border-color: #FF221D; }
span { border-color: rgb(255,34,29); }
td.TdClassName
{
border-color: #FF221D;
}
.TagClassName
{
border-color: #FF221D;
}
</style>