Shades of Scarlet #FD2919
Tints of Scarlet #FD2919
RGB
CMYK
RGB Variations
Color information
#FD2919 (or 0xFD2919) is known color: Scarlet. HEX triplet: FD, 29 and 19. RGB value is (253,41,25). Sum of RGB (Red+Green+Blue) = 253+41+25=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2919 is #02D6E6. Grayscale: #666666. Windows color (decimal): -186087 or 1649149. OLE color: 1649149.
HSL color Cylindrical-coordinate representation of color #FD2919: hue angle of 4.21º 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 #FD2919 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 4.21º | 0.98% | 0.55% | - |
| HSV(B) | 4.21º | 0.9% | 0.99% | - |
| XYZ | 41.48 | 22.54 | 3.08 | - |
| YUV | 102.56 | 84.24 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 25 | 0 | 0.84 | 0.90 | 0.01 | 4.21 | 0.98 | 0.55 |
| Hex | FD | 29 | 19 | 0 | 54 | 5A | 1 | 4 | 62 | 37 |
| Octal | 375 | 51 | 31 | 0 | 124 | 132 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101001 | 11001 | 0 | 1010100 | 1011010 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2919
Complementary color
Monochromatic Colors of #FD2919
Black with #FD2919
Text Example
Text Example
White with #FD2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2919; }
p { color: rgb(253,41,25); }
H1.HeaderClassName
{
color: #FD2919;
}
.AnyTagClassName
{
color: #FD2919;
}
</style>
background-color css
<style>
a { background-color: #FD2919; }
a { background-color: rgb(253,41,25); }
div.DivClassName
{
background-color: #FD2919;
}
.BgClassName
{
background-color: #FD2919;
}
</style>
border-color css
<style>
span { border-color: #FD2919; }
span { border-color: rgb(253,41,25); }
td.TdClassName
{
border-color: #FD2919;
}
.TagClassName
{
border-color: #FD2919;
}
</style>