Shades of Scarlet #FD2717
Tints of Scarlet #FD2717
RGB
CMYK
RGB Variations
Color information
#FD2717 (or 0xFD2717) is known color: Scarlet. HEX triplet: FD, 27 and 17. RGB value is (253,39,23). Sum of RGB (Red+Green+Blue) = 253+39+23=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2717 is #02D8E8. Grayscale: #656565. Windows color (decimal): -186601 or 1517565. OLE color: 1517565.
HSL color Cylindrical-coordinate representation of color #FD2717: hue angle of 4.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD2717 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 23 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 4.17º | 0.98% | 0.54% | - |
| HSV(B) | 4.17º | 0.91% | 0.99% | - |
| XYZ | 41.39 | 22.4 | 2.95 | - |
| YUV | 101.16 | 83.9 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 23 | 0 | 0.85 | 0.91 | 0.01 | 4.17 | 0.98 | 0.54 |
| Hex | FD | 27 | 17 | 0 | 55 | 5B | 1 | 4 | 62 | 36 |
| Octal | 375 | 47 | 27 | 0 | 125 | 133 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100111 | 10111 | 0 | 1010101 | 1011011 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2717
Complementary color
Monochromatic Colors of #FD2717
Black with #FD2717
Text Example
Text Example
White with #FD2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2717; }
p { color: rgb(253,39,23); }
H1.HeaderClassName
{
color: #FD2717;
}
.AnyTagClassName
{
color: #FD2717;
}
</style>
background-color css
<style>
a { background-color: #FD2717; }
a { background-color: rgb(253,39,23); }
div.DivClassName
{
background-color: #FD2717;
}
.BgClassName
{
background-color: #FD2717;
}
</style>
border-color css
<style>
span { border-color: #FD2717; }
span { border-color: rgb(253,39,23); }
td.TdClassName
{
border-color: #FD2717;
}
.TagClassName
{
border-color: #FD2717;
}
</style>