Shades of Scarlet #FD201F
Tints of Scarlet #FD201F
RGB
CMYK
RGB Variations
Color information
#FD201F (or 0xFD201F) is known color: Scarlet. HEX triplet: FD, 20 and 1F. RGB value is (253,32,31). Sum of RGB (Red+Green+Blue) = 253+32+31=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201F is #02DFE0. Grayscale: #626262. Windows color (decimal): -188385 or 2040061. OLE color: 2040061.
HSL color Cylindrical-coordinate representation of color #FD201F: hue angle of 0.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD201F is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 31 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.01 |
| HSL | 0.27º | 0.98% | 0.56% | - |
| HSV(B) | 0.27º | 0.88% | 0.99% | - |
| XYZ | 41.27 | 22.01 | 3.37 | - |
| YUV | 97.97 | 90.22 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 31 | 0 | 0.87 | 0.88 | 0.01 | 0.27 | 0.98 | 0.56 |
| Hex | FD | 20 | 1F | 0 | 57 | 58 | 1 | 0 | 62 | 38 |
| Octal | 375 | 40 | 37 | 0 | 127 | 130 | 1 | 0 | 142 | 70 |
| Binary | 11111101 | 100000 | 11111 | 0 | 1010111 | 1011000 | 1 | 0 | 1100010 | 111000 |
Color Harmonies of #FD201F
Complementary color
Monochromatic Colors of #FD201F
Black with #FD201F
Text Example
Text Example
White with #FD201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD201F; }
p { color: rgb(253,32,31); }
H1.HeaderClassName
{
color: #FD201F;
}
.AnyTagClassName
{
color: #FD201F;
}
</style>
background-color css
<style>
a { background-color: #FD201F; }
a { background-color: rgb(253,32,31); }
div.DivClassName
{
background-color: #FD201F;
}
.BgClassName
{
background-color: #FD201F;
}
</style>
border-color css
<style>
span { border-color: #FD201F; }
span { border-color: rgb(253,32,31); }
td.TdClassName
{
border-color: #FD201F;
}
.TagClassName
{
border-color: #FD201F;
}
</style>