Shades of Scarlet #FD2519
Tints of Scarlet #FD2519
RGB
CMYK
RGB Variations
Color information
#FD2519 (or 0xFD2519) is known color: Scarlet. HEX triplet: FD, 25 and 19. RGB value is (253,37,25). Sum of RGB (Red+Green+Blue) = 253+37+25=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2519 is #02DAE6. Grayscale: #646464. Windows color (decimal): -187111 or 1648125. OLE color: 1648125.
HSL color Cylindrical-coordinate representation of color #FD2519: hue angle of 3.16º 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 #FD2519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.01 |
| HSL | 3.16º | 0.98% | 0.55% | - |
| HSV(B) | 3.16º | 0.9% | 0.99% | - |
| XYZ | 41.35 | 22.28 | 3.04 | - |
| YUV | 100.22 | 85.56 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 25 | 0 | 0.85 | 0.90 | 0.01 | 3.16 | 0.98 | 0.55 |
| Hex | FD | 25 | 19 | 0 | 55 | 5A | 1 | 3 | 62 | 37 |
| Octal | 375 | 45 | 31 | 0 | 125 | 132 | 1 | 3 | 142 | 67 |
| Binary | 11111101 | 100101 | 11001 | 0 | 1010101 | 1011010 | 1 | 11 | 1100010 | 110111 |
Color Harmonies of #FD2519
Complementary color
Monochromatic Colors of #FD2519
Black with #FD2519
Text Example
Text Example
White with #FD2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2519; }
p { color: rgb(253,37,25); }
H1.HeaderClassName
{
color: #FD2519;
}
.AnyTagClassName
{
color: #FD2519;
}
</style>
background-color css
<style>
a { background-color: #FD2519; }
a { background-color: rgb(253,37,25); }
div.DivClassName
{
background-color: #FD2519;
}
.BgClassName
{
background-color: #FD2519;
}
</style>
border-color css
<style>
span { border-color: #FD2519; }
span { border-color: rgb(253,37,25); }
td.TdClassName
{
border-color: #FD2519;
}
.TagClassName
{
border-color: #FD2519;
}
</style>