Shades of Scarlet #FD2915
Tints of Scarlet #FD2915
RGB
CMYK
RGB Variations
Color information
#FD2915 (or 0xFD2915) is known color: Scarlet. HEX triplet: FD, 29 and 15. RGB value is (253,41,21). Sum of RGB (Red+Green+Blue) = 253+41+21=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2915 is #02D6EA. Grayscale: #666666. Windows color (decimal): -186091 or 1387005. OLE color: 1387005.
HSL color Cylindrical-coordinate representation of color #FD2915: hue angle of 5.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD2915 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 21 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.01 |
| HSL | 5.17º | 0.98% | 0.54% | - |
| HSV(B) | 5.17º | 0.92% | 0.99% | - |
| XYZ | 41.44 | 22.52 | 2.87 | - |
| YUV | 102.11 | 82.24 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 21 | 0 | 0.84 | 0.92 | 0.01 | 5.17 | 0.98 | 0.54 |
| Hex | FD | 29 | 15 | 0 | 54 | 5C | 1 | 5 | 62 | 36 |
| Octal | 375 | 51 | 25 | 0 | 124 | 134 | 1 | 5 | 142 | 66 |
| Binary | 11111101 | 101001 | 10101 | 0 | 1010100 | 1011100 | 1 | 101 | 1100010 | 110110 |
Color Harmonies of #FD2915
Complementary color
Monochromatic Colors of #FD2915
Black with #FD2915
Text Example
Text Example
White with #FD2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2915; }
p { color: rgb(253,41,21); }
H1.HeaderClassName
{
color: #FD2915;
}
.AnyTagClassName
{
color: #FD2915;
}
</style>
background-color css
<style>
a { background-color: #FD2915; }
a { background-color: rgb(253,41,21); }
div.DivClassName
{
background-color: #FD2915;
}
.BgClassName
{
background-color: #FD2915;
}
</style>
border-color css
<style>
span { border-color: #FD2915; }
span { border-color: rgb(253,41,21); }
td.TdClassName
{
border-color: #FD2915;
}
.TagClassName
{
border-color: #FD2915;
}
</style>