Shades of Scarlet #FD2819
Tints of Scarlet #FD2819
RGB
CMYK
RGB Variations
Color information
#FD2819 (or 0xFD2819) is known color: Scarlet. HEX triplet: FD, 28 and 19. RGB value is (253,40,25). Sum of RGB (Red+Green+Blue) = 253+40+25=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2819 is #02D7E6. Grayscale: #666666. Windows color (decimal): -186343 or 1648893. OLE color: 1648893.
HSL color Cylindrical-coordinate representation of color #FD2819: hue angle of 3.95º 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 #FD2819 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 3.95º | 0.98% | 0.55% | - |
| HSV(B) | 3.95º | 0.9% | 0.99% | - |
| XYZ | 41.44 | 22.47 | 3.07 | - |
| YUV | 101.98 | 84.57 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 25 | 0 | 0.84 | 0.90 | 0.01 | 3.95 | 0.98 | 0.55 |
| Hex | FD | 28 | 19 | 0 | 54 | 5A | 1 | 4 | 62 | 37 |
| Octal | 375 | 50 | 31 | 0 | 124 | 132 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101000 | 11001 | 0 | 1010100 | 1011010 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2819
Complementary color
Monochromatic Colors of #FD2819
Black with #FD2819
Text Example
Text Example
White with #FD2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2819; }
p { color: rgb(253,40,25); }
H1.HeaderClassName
{
color: #FD2819;
}
.AnyTagClassName
{
color: #FD2819;
}
</style>
background-color css
<style>
a { background-color: #FD2819; }
a { background-color: rgb(253,40,25); }
div.DivClassName
{
background-color: #FD2819;
}
.BgClassName
{
background-color: #FD2819;
}
</style>
border-color css
<style>
span { border-color: #FD2819; }
span { border-color: rgb(253,40,25); }
td.TdClassName
{
border-color: #FD2819;
}
.TagClassName
{
border-color: #FD2819;
}
</style>