Shades of Scarlet #FD2615
Tints of Scarlet #FD2615
RGB
CMYK
RGB Variations
Color information
#FD2615 (or 0xFD2615) is known color: Scarlet. HEX triplet: FD, 26 and 15. RGB value is (253,38,21). Sum of RGB (Red+Green+Blue) = 253+38+21=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2615 is #02D9EA. Grayscale: #646464. Windows color (decimal): -186859 or 1386237. OLE color: 1386237.
HSL color Cylindrical-coordinate representation of color #FD2615: hue angle of 4.4º 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 #FD2615 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 21 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 4.4º | 0.98% | 0.54% | - |
| HSV(B) | 4.4º | 0.92% | 0.99% | - |
| XYZ | 41.34 | 22.32 | 2.84 | - |
| YUV | 100.35 | 83.23 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 21 | 0 | 0.85 | 0.92 | 0.01 | 4.4 | 0.98 | 0.54 |
| Hex | FD | 26 | 15 | 0 | 55 | 5C | 1 | 4 | 62 | 36 |
| Octal | 375 | 46 | 25 | 0 | 125 | 134 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100110 | 10101 | 0 | 1010101 | 1011100 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2615
Complementary color
Monochromatic Colors of #FD2615
Black with #FD2615
Text Example
Text Example
White with #FD2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2615; }
p { color: rgb(253,38,21); }
H1.HeaderClassName
{
color: #FD2615;
}
.AnyTagClassName
{
color: #FD2615;
}
</style>
background-color css
<style>
a { background-color: #FD2615; }
a { background-color: rgb(253,38,21); }
div.DivClassName
{
background-color: #FD2615;
}
.BgClassName
{
background-color: #FD2615;
}
</style>
border-color css
<style>
span { border-color: #FD2615; }
span { border-color: rgb(253,38,21); }
td.TdClassName
{
border-color: #FD2615;
}
.TagClassName
{
border-color: #FD2615;
}
</style>