Shades of Scarlet #FD2619
Tints of Scarlet #FD2619
RGB
CMYK
RGB Variations
Color information
#FD2619 (or 0xFD2619) is known color: Scarlet. HEX triplet: FD, 26 and 19. RGB value is (253,38,25). Sum of RGB (Red+Green+Blue) = 253+38+25=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2619 is #02D9E6. Grayscale: #656565. Windows color (decimal): -186855 or 1648381. OLE color: 1648381.
HSL color Cylindrical-coordinate representation of color #FD2619: hue angle of 3.42º 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 #FD2619 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.01 |
| HSL | 3.42º | 0.98% | 0.55% | - |
| HSV(B) | 3.42º | 0.9% | 0.99% | - |
| XYZ | 41.38 | 22.34 | 3.05 | - |
| YUV | 100.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 25 | 0 | 0.85 | 0.90 | 0.01 | 3.42 | 0.98 | 0.55 |
| Hex | FD | 26 | 19 | 0 | 55 | 5A | 1 | 3 | 62 | 37 |
| Octal | 375 | 46 | 31 | 0 | 125 | 132 | 1 | 3 | 142 | 67 |
| Binary | 11111101 | 100110 | 11001 | 0 | 1010101 | 1011010 | 1 | 11 | 1100010 | 110111 |
Color Harmonies of #FD2619
Complementary color
Monochromatic Colors of #FD2619
Black with #FD2619
Text Example
Text Example
White with #FD2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2619; }
p { color: rgb(253,38,25); }
H1.HeaderClassName
{
color: #FD2619;
}
.AnyTagClassName
{
color: #FD2619;
}
</style>
background-color css
<style>
a { background-color: #FD2619; }
a { background-color: rgb(253,38,25); }
div.DivClassName
{
background-color: #FD2619;
}
.BgClassName
{
background-color: #FD2619;
}
</style>
border-color css
<style>
span { border-color: #FD2619; }
span { border-color: rgb(253,38,25); }
td.TdClassName
{
border-color: #FD2619;
}
.TagClassName
{
border-color: #FD2619;
}
</style>