Shades of Scarlet #FD2201
Tints of Scarlet #FD2201
RGB
CMYK
RGB Variations
Color information
#FD2201 (or 0xFD2201) is known color: Scarlet. HEX triplet: FD, 22 and 01. RGB value is (253,34,1). Sum of RGB (Red+Green+Blue) = 253+34+1=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2201 is #02DDFE. Grayscale: #606060. Windows color (decimal): -187903 or 74493. OLE color: 74493.
HSL color Cylindrical-coordinate representation of color #FD2201: hue angle of 7.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD2201 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 1 | - |
| CMYK | 0 | 0.87 | 1.00 | 0.01 |
| HSL | 7.86º | 0.99% | 0.5% | - |
| HSV(B) | 7.86º | 1% | 0.99% | - |
| XYZ | 41.09 | 22.03 | 2.12 | - |
| YUV | 95.72 | 74.55 | 240.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 1 | 0 | 0.87 | 1.00 | 0.01 | 7.86 | 0.99 | 0.5 |
| Hex | FD | 22 | 1 | 0 | 57 | 64 | 1 | 8 | 63 | 32 |
| Octal | 375 | 42 | 1 | 0 | 127 | 144 | 1 | 10 | 143 | 62 |
| Binary | 11111101 | 100010 | 1 | 0 | 1010111 | 1100100 | 1 | 1000 | 1100011 | 110010 |
Color Harmonies of #FD2201
Complementary color
Monochromatic Colors of #FD2201
Black with #FD2201
Text Example
Text Example
White with #FD2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2201; }
p { color: rgb(253,34,1); }
H1.HeaderClassName
{
color: #FD2201;
}
.AnyTagClassName
{
color: #FD2201;
}
</style>
background-color css
<style>
a { background-color: #FD2201; }
a { background-color: rgb(253,34,1); }
div.DivClassName
{
background-color: #FD2201;
}
.BgClassName
{
background-color: #FD2201;
}
</style>
border-color css
<style>
span { border-color: #FD2201; }
span { border-color: rgb(253,34,1); }
td.TdClassName
{
border-color: #FD2201;
}
.TagClassName
{
border-color: #FD2201;
}
</style>