Shades of Scarlet #FD291C
Tints of Scarlet #FD291C
RGB
CMYK
RGB Variations
Color information
#FD291C (or 0xFD291C) is known color: Scarlet. HEX triplet: FD, 29 and 1C. RGB value is (253,41,28). Sum of RGB (Red+Green+Blue) = 253+41+28=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD291C is #02D6E3. Grayscale: #676767. Windows color (decimal): -186084 or 1845757. OLE color: 1845757.
HSL color Cylindrical-coordinate representation of color #FD291C: hue angle of 3.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD291C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.01 |
| HSL | 3.47º | 0.98% | 0.55% | - |
| HSV(B) | 3.47º | 0.89% | 0.99% | - |
| XYZ | 41.51 | 22.55 | 3.26 | - |
| YUV | 102.91 | 85.74 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 28 | 0 | 0.84 | 0.89 | 0.01 | 3.47 | 0.98 | 0.55 |
| Hex | FD | 29 | 1C | 0 | 54 | 59 | 1 | 3 | 62 | 37 |
| Octal | 375 | 51 | 34 | 0 | 124 | 131 | 1 | 3 | 142 | 67 |
| Binary | 11111101 | 101001 | 11100 | 0 | 1010100 | 1011001 | 1 | 11 | 1100010 | 110111 |
Color Harmonies of #FD291C
Complementary color
Monochromatic Colors of #FD291C
Black with #FD291C
Text Example
Text Example
White with #FD291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD291C; }
p { color: rgb(253,41,28); }
H1.HeaderClassName
{
color: #FD291C;
}
.AnyTagClassName
{
color: #FD291C;
}
</style>
background-color css
<style>
a { background-color: #FD291C; }
a { background-color: rgb(253,41,28); }
div.DivClassName
{
background-color: #FD291C;
}
.BgClassName
{
background-color: #FD291C;
}
</style>
border-color css
<style>
span { border-color: #FD291C; }
span { border-color: rgb(253,41,28); }
td.TdClassName
{
border-color: #FD291C;
}
.TagClassName
{
border-color: #FD291C;
}
</style>