Shades of Scarlet #FF2213
Tints of Scarlet #FF2213
RGB
CMYK
RGB Variations
Color information
#FF2213 (or 0xFF2213) is known color: Scarlet. HEX triplet: FF, 22 and 13. RGB value is (255,34,19). Sum of RGB (Red+Green+Blue) = 255+34+19=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2213 is #00DDEC. Grayscale: #626262. Windows color (decimal): -56813 or 1254143. OLE color: 1254143.
HSL color Cylindrical-coordinate representation of color #FF2213: hue angle of 3.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2213 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 19 | - |
| CMYK | 0 | 0.87 | 0.93 | 0 |
| HSL | 3.81º | 1% | 0.54% | - |
| HSV(B) | 3.81º | 0.93% | 1% | - |
| XYZ | 41.93 | 22.45 | 2.74 | - |
| YUV | 98.37 | 83.22 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 19 | 0 | 0.87 | 0.93 | 0 | 3.81 | 1 | 0.54 |
| Hex | FF | 22 | 13 | 0 | 57 | 5D | 0 | 4 | 64 | 36 |
| Octal | 377 | 42 | 23 | 0 | 127 | 135 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100010 | 10011 | 0 | 1010111 | 1011101 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2213
Complementary color
Monochromatic Colors of #FF2213
Black with #FF2213
Text Example
Text Example
White with #FF2213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2213; }
p { color: rgb(255,34,19); }
H1.HeaderClassName
{
color: #FF2213;
}
.AnyTagClassName
{
color: #FF2213;
}
</style>
background-color css
<style>
a { background-color: #FF2213; }
a { background-color: rgb(255,34,19); }
div.DivClassName
{
background-color: #FF2213;
}
.BgClassName
{
background-color: #FF2213;
}
</style>
border-color css
<style>
span { border-color: #FF2213; }
span { border-color: rgb(255,34,19); }
td.TdClassName
{
border-color: #FF2213;
}
.TagClassName
{
border-color: #FF2213;
}
</style>