Shades of Scarlet #FD2718
Tints of Scarlet #FD2718
RGB
CMYK
RGB Variations
Color information
#FD2718 (or 0xFD2718) is known color: Scarlet. HEX triplet: FD, 27 and 18. RGB value is (253,39,24). Sum of RGB (Red+Green+Blue) = 253+39+24=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2718 is #02D8E7. Grayscale: #656565. Windows color (decimal): -186600 or 1583101. OLE color: 1583101.
HSL color Cylindrical-coordinate representation of color #FD2718: hue angle of 3.93º 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 #FD2718 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 24 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 3.93º | 0.98% | 0.54% | - |
| HSV(B) | 3.93º | 0.91% | 0.99% | - |
| XYZ | 41.4 | 22.4 | 3.01 | - |
| YUV | 101.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 24 | 0 | 0.85 | 0.91 | 0.01 | 3.93 | 0.98 | 0.54 |
| Hex | FD | 27 | 18 | 0 | 55 | 5B | 1 | 4 | 62 | 36 |
| Octal | 375 | 47 | 30 | 0 | 125 | 133 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100111 | 11000 | 0 | 1010101 | 1011011 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2718
Complementary color
Monochromatic Colors of #FD2718
Black with #FD2718
Text Example
Text Example
White with #FD2718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2718; }
p { color: rgb(253,39,24); }
H1.HeaderClassName
{
color: #FD2718;
}
.AnyTagClassName
{
color: #FD2718;
}
</style>
background-color css
<style>
a { background-color: #FD2718; }
a { background-color: rgb(253,39,24); }
div.DivClassName
{
background-color: #FD2718;
}
.BgClassName
{
background-color: #FD2718;
}
</style>
border-color css
<style>
span { border-color: #FD2718; }
span { border-color: rgb(253,39,24); }
td.TdClassName
{
border-color: #FD2718;
}
.TagClassName
{
border-color: #FD2718;
}
</style>