Shades of Scarlet #FD1817
Tints of Scarlet #FD1817
RGB
CMYK
RGB Variations
Color information
#FD1817 (or 0xFD1817) is known color: Scarlet. HEX triplet: FD, 18 and 17. RGB value is (253,24,23). Sum of RGB (Red+Green+Blue) = 253+24+23=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1817 is #02E7E8. Grayscale: #5C5C5C. Windows color (decimal): -190441 or 1513725. OLE color: 1513725.
HSL color Cylindrical-coordinate representation of color #FD1817: hue angle of 0.26º 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 #FD1817 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 23 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.01 |
| HSL | 0.26º | 0.98% | 0.54% | - |
| HSV(B) | 0.26º | 0.91% | 0.99% | - |
| XYZ | 40.99 | 21.6 | 2.82 | - |
| YUV | 92.36 | 88.87 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 23 | 0 | 0.91 | 0.91 | 0.01 | 0.26 | 0.98 | 0.54 |
| Hex | FD | 18 | 17 | 0 | 5B | 5B | 1 | 0 | 62 | 36 |
| Octal | 375 | 30 | 27 | 0 | 133 | 133 | 1 | 0 | 142 | 66 |
| Binary | 11111101 | 11000 | 10111 | 0 | 1011011 | 1011011 | 1 | 0 | 1100010 | 110110 |
Color Harmonies of #FD1817
Complementary color
Monochromatic Colors of #FD1817
Black with #FD1817
Text Example
Text Example
White with #FD1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1817; }
p { color: rgb(253,24,23); }
H1.HeaderClassName
{
color: #FD1817;
}
.AnyTagClassName
{
color: #FD1817;
}
</style>
background-color css
<style>
a { background-color: #FD1817; }
a { background-color: rgb(253,24,23); }
div.DivClassName
{
background-color: #FD1817;
}
.BgClassName
{
background-color: #FD1817;
}
</style>
border-color css
<style>
span { border-color: #FD1817; }
span { border-color: rgb(253,24,23); }
td.TdClassName
{
border-color: #FD1817;
}
.TagClassName
{
border-color: #FD1817;
}
</style>