Shades of Scarlet #FD2A19
Tints of Scarlet #FD2A19
RGB
CMYK
RGB Variations
Color information
#FD2A19 (or 0xFD2A19) is known color: Scarlet. HEX triplet: FD, 2A and 19. RGB value is (253,42,25). Sum of RGB (Red+Green+Blue) = 253+42+25=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A19 is #02D5E6. Grayscale: #676767. Windows color (decimal): -185831 or 1649405. OLE color: 1649405.
HSL color Cylindrical-coordinate representation of color #FD2A19: hue angle of 4.47º 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 #FD2A19 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.01 |
| HSL | 4.47º | 0.98% | 0.55% | - |
| HSV(B) | 4.47º | 0.9% | 0.99% | - |
| XYZ | 41.51 | 22.61 | 3.1 | - |
| YUV | 103.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 25 | 0 | 0.83 | 0.90 | 0.01 | 4.47 | 0.98 | 0.55 |
| Hex | FD | 2A | 19 | 0 | 53 | 5A | 1 | 4 | 62 | 37 |
| Octal | 375 | 52 | 31 | 0 | 123 | 132 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101010 | 11001 | 0 | 1010011 | 1011010 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2A19
Complementary color
Monochromatic Colors of #FD2A19
Black with #FD2A19
Text Example
Text Example
White with #FD2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A19; }
p { color: rgb(253,42,25); }
H1.HeaderClassName
{
color: #FD2A19;
}
.AnyTagClassName
{
color: #FD2A19;
}
</style>
background-color css
<style>
a { background-color: #FD2A19; }
a { background-color: rgb(253,42,25); }
div.DivClassName
{
background-color: #FD2A19;
}
.BgClassName
{
background-color: #FD2A19;
}
</style>
border-color css
<style>
span { border-color: #FD2A19; }
span { border-color: rgb(253,42,25); }
td.TdClassName
{
border-color: #FD2A19;
}
.TagClassName
{
border-color: #FD2A19;
}
</style>