Shades of Scarlet #FD1E18
Tints of Scarlet #FD1E18
RGB
CMYK
RGB Variations
Color information
#FD1E18 (or 0xFD1E18) is known color: Scarlet. HEX triplet: FD, 1E and 18. RGB value is (253,30,24). Sum of RGB (Red+Green+Blue) = 253+30+24=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E18 is #02E1E7. Grayscale: #606060. Windows color (decimal): -188904 or 1580797. OLE color: 1580797.
HSL color Cylindrical-coordinate representation of color #FD1E18: hue angle of 1.57º 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 #FD1E18 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 24 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.01 |
| HSL | 1.57º | 0.98% | 0.54% | - |
| HSV(B) | 1.57º | 0.91% | 0.99% | - |
| XYZ | 41.14 | 21.88 | 2.92 | - |
| YUV | 95.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 24 | 0 | 0.88 | 0.91 | 0.01 | 1.57 | 0.98 | 0.54 |
| Hex | FD | 1E | 18 | 0 | 58 | 5B | 1 | 2 | 62 | 36 |
| Octal | 375 | 36 | 30 | 0 | 130 | 133 | 1 | 2 | 142 | 66 |
| Binary | 11111101 | 11110 | 11000 | 0 | 1011000 | 1011011 | 1 | 10 | 1100010 | 110110 |
Color Harmonies of #FD1E18
Complementary color
Monochromatic Colors of #FD1E18
Black with #FD1E18
Text Example
Text Example
White with #FD1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E18; }
p { color: rgb(253,30,24); }
H1.HeaderClassName
{
color: #FD1E18;
}
.AnyTagClassName
{
color: #FD1E18;
}
</style>
background-color css
<style>
a { background-color: #FD1E18; }
a { background-color: rgb(253,30,24); }
div.DivClassName
{
background-color: #FD1E18;
}
.BgClassName
{
background-color: #FD1E18;
}
</style>
border-color css
<style>
span { border-color: #FD1E18; }
span { border-color: rgb(253,30,24); }
td.TdClassName
{
border-color: #FD1E18;
}
.TagClassName
{
border-color: #FD1E18;
}
</style>