Shades of Scarlet #FD2617
Tints of Scarlet #FD2617
RGB
CMYK
RGB Variations
Color information
#FD2617 (or 0xFD2617) is known color: Scarlet. HEX triplet: FD, 26 and 17. RGB value is (253,38,23). Sum of RGB (Red+Green+Blue) = 253+38+23=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2617 is #02D9E8. Grayscale: #646464. Windows color (decimal): -186857 or 1517309. OLE color: 1517309.
HSL color Cylindrical-coordinate representation of color #FD2617: hue angle of 3.91º 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 #FD2617 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 23 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 3.91º | 0.98% | 0.54% | - |
| HSV(B) | 3.91º | 0.91% | 0.99% | - |
| XYZ | 41.36 | 22.33 | 2.94 | - |
| YUV | 100.58 | 84.23 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 23 | 0 | 0.85 | 0.91 | 0.01 | 3.91 | 0.98 | 0.54 |
| Hex | FD | 26 | 17 | 0 | 55 | 5B | 1 | 4 | 62 | 36 |
| Octal | 375 | 46 | 27 | 0 | 125 | 133 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100110 | 10111 | 0 | 1010101 | 1011011 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2617
Complementary color
Monochromatic Colors of #FD2617
Black with #FD2617
Text Example
Text Example
White with #FD2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2617; }
p { color: rgb(253,38,23); }
H1.HeaderClassName
{
color: #FD2617;
}
.AnyTagClassName
{
color: #FD2617;
}
</style>
background-color css
<style>
a { background-color: #FD2617; }
a { background-color: rgb(253,38,23); }
div.DivClassName
{
background-color: #FD2617;
}
.BgClassName
{
background-color: #FD2617;
}
</style>
border-color css
<style>
span { border-color: #FD2617; }
span { border-color: rgb(253,38,23); }
td.TdClassName
{
border-color: #FD2617;
}
.TagClassName
{
border-color: #FD2617;
}
</style>