Shades of Scarlet #FD2914
Tints of Scarlet #FD2914
RGB
CMYK
RGB Variations
Color information
#FD2914 (or 0xFD2914) is known color: Scarlet. HEX triplet: FD, 29 and 14. RGB value is (253,41,20). Sum of RGB (Red+Green+Blue) = 253+41+20=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2914 is #02D6EB. Grayscale: #666666. Windows color (decimal): -186092 or 1321469. OLE color: 1321469.
HSL color Cylindrical-coordinate representation of color #FD2914: hue angle of 5.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD2914 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.01 |
| HSL | 5.41º | 0.98% | 0.54% | - |
| HSV(B) | 5.41º | 0.92% | 0.99% | - |
| XYZ | 41.43 | 22.52 | 2.82 | - |
| YUV | 101.99 | 81.74 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 20 | 0 | 0.84 | 0.92 | 0.01 | 5.41 | 0.98 | 0.54 |
| Hex | FD | 29 | 14 | 0 | 54 | 5C | 1 | 5 | 62 | 36 |
| Octal | 375 | 51 | 24 | 0 | 124 | 134 | 1 | 5 | 142 | 66 |
| Binary | 11111101 | 101001 | 10100 | 0 | 1010100 | 1011100 | 1 | 101 | 1100010 | 110110 |
Color Harmonies of #FD2914
Complementary color
Monochromatic Colors of #FD2914
Black with #FD2914
Text Example
Text Example
White with #FD2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2914; }
p { color: rgb(253,41,20); }
H1.HeaderClassName
{
color: #FD2914;
}
.AnyTagClassName
{
color: #FD2914;
}
</style>
background-color css
<style>
a { background-color: #FD2914; }
a { background-color: rgb(253,41,20); }
div.DivClassName
{
background-color: #FD2914;
}
.BgClassName
{
background-color: #FD2914;
}
</style>
border-color css
<style>
span { border-color: #FD2914; }
span { border-color: rgb(253,41,20); }
td.TdClassName
{
border-color: #FD2914;
}
.TagClassName
{
border-color: #FD2914;
}
</style>