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