Shades of Scarlet #FD201A
Tints of Scarlet #FD201A
RGB
CMYK
RGB Variations
Color information
#FD201A (or 0xFD201A) is known color: Scarlet. HEX triplet: FD, 20 and 1A. RGB value is (253,32,26). Sum of RGB (Red+Green+Blue) = 253+32+26=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201A is #02DFE5. Grayscale: #616161. Windows color (decimal): -188390 or 1712381. OLE color: 1712381.
HSL color Cylindrical-coordinate representation of color #FD201A: hue angle of 1.59º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD201A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 26 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.01 |
| HSL | 1.59º | 0.98% | 0.55% | - |
| HSV(B) | 1.59º | 0.9% | 0.99% | - |
| XYZ | 41.21 | 21.99 | 3.05 | - |
| YUV | 97.4 | 87.72 | 238.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 26 | 0 | 0.87 | 0.90 | 0.01 | 1.59 | 0.98 | 0.55 |
| Hex | FD | 20 | 1A | 0 | 57 | 5A | 1 | 2 | 62 | 37 |
| Octal | 375 | 40 | 32 | 0 | 127 | 132 | 1 | 2 | 142 | 67 |
| Binary | 11111101 | 100000 | 11010 | 0 | 1010111 | 1011010 | 1 | 10 | 1100010 | 110111 |
Color Harmonies of #FD201A
Complementary color
Monochromatic Colors of #FD201A
Black with #FD201A
Text Example
Text Example
White with #FD201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD201A; }
p { color: rgb(253,32,26); }
H1.HeaderClassName
{
color: #FD201A;
}
.AnyTagClassName
{
color: #FD201A;
}
</style>
background-color css
<style>
a { background-color: #FD201A; }
a { background-color: rgb(253,32,26); }
div.DivClassName
{
background-color: #FD201A;
}
.BgClassName
{
background-color: #FD201A;
}
</style>
border-color css
<style>
span { border-color: #FD201A; }
span { border-color: rgb(253,32,26); }
td.TdClassName
{
border-color: #FD201A;
}
.TagClassName
{
border-color: #FD201A;
}
</style>