Shades of Scarlet #FD1200
Tints of Scarlet #FD1200
RGB
CMYK
RGB Variations
Color information
#FD1200 (or 0xFD1200) is known color: Scarlet. HEX triplet: FD, 12 and 00. RGB value is (253,18,0). Sum of RGB (Red+Green+Blue) = 253+18+0=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1200 is #02EDFF. Grayscale: #565656. Windows color (decimal): -192000 or 4861. OLE color: 4861.
HSL color Cylindrical-coordinate representation of color #FD1200: hue angle of 4.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD1200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.01 |
| HSL | 4.27º | 1% | 0.5% | - |
| HSV(B) | 4.27º | 1% | 0.99% | - |
| XYZ | 40.72 | 21.32 | 1.97 | - |
| YUV | 86.21 | 79.36 | 246.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 0 | 0 | 0.93 | 1 | 0.01 | 4.27 | 1 | 0.5 |
| Hex | FD | 12 | 0 | 0 | 5D | 64 | 1 | 4 | 64 | 32 |
| Octal | 375 | 22 | 0 | 0 | 135 | 144 | 1 | 4 | 144 | 62 |
| Binary | 11111101 | 10010 | 0 | 0 | 1011101 | 1100100 | 1 | 100 | 1100100 | 110010 |
Color Harmonies of #FD1200
Complementary color
Monochromatic Colors of #FD1200
Black with #FD1200
Text Example
Text Example
White with #FD1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1200; }
p { color: rgb(253,18,0); }
H1.HeaderClassName
{
color: #FD1200;
}
.AnyTagClassName
{
color: #FD1200;
}
</style>
background-color css
<style>
a { background-color: #FD1200; }
a { background-color: rgb(253,18,0); }
div.DivClassName
{
background-color: #FD1200;
}
.BgClassName
{
background-color: #FD1200;
}
</style>
border-color css
<style>
span { border-color: #FD1200; }
span { border-color: rgb(253,18,0); }
td.TdClassName
{
border-color: #FD1200;
}
.TagClassName
{
border-color: #FD1200;
}
</style>