Shades of Scarlet #FD2211
Tints of Scarlet #FD2211
RGB
CMYK
RGB Variations
Color information
#FD2211 (or 0xFD2211) is known color: Scarlet. HEX triplet: FD, 22 and 11. RGB value is (253,34,17). Sum of RGB (Red+Green+Blue) = 253+34+17=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2211 is #02DDEE. Grayscale: #616161. Windows color (decimal): -187887 or 1123069. OLE color: 1123069.
HSL color Cylindrical-coordinate representation of color #FD2211: hue angle of 4.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD2211 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 17 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.01 |
| HSL | 4.32º | 0.98% | 0.53% | - |
| HSV(B) | 4.32º | 0.93% | 0.99% | - |
| XYZ | 41.18 | 22.07 | 2.62 | - |
| YUV | 97.54 | 82.55 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 17 | 0 | 0.87 | 0.93 | 0.01 | 4.32 | 0.98 | 0.53 |
| Hex | FD | 22 | 11 | 0 | 57 | 5D | 1 | 4 | 62 | 35 |
| Octal | 375 | 42 | 21 | 0 | 127 | 135 | 1 | 4 | 142 | 65 |
| Binary | 11111101 | 100010 | 10001 | 0 | 1010111 | 1011101 | 1 | 100 | 1100010 | 110101 |
Color Harmonies of #FD2211
Complementary color
Monochromatic Colors of #FD2211
Black with #FD2211
Text Example
Text Example
White with #FD2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2211; }
p { color: rgb(253,34,17); }
H1.HeaderClassName
{
color: #FD2211;
}
.AnyTagClassName
{
color: #FD2211;
}
</style>
background-color css
<style>
a { background-color: #FD2211; }
a { background-color: rgb(253,34,17); }
div.DivClassName
{
background-color: #FD2211;
}
.BgClassName
{
background-color: #FD2211;
}
</style>
border-color css
<style>
span { border-color: #FD2211; }
span { border-color: rgb(253,34,17); }
td.TdClassName
{
border-color: #FD2211;
}
.TagClassName
{
border-color: #FD2211;
}
</style>