Shades of Scarlet #FD2912
Tints of Scarlet #FD2912
RGB
CMYK
RGB Variations
Color information
#FD2912 (or 0xFD2912) is known color: Scarlet. HEX triplet: FD, 29 and 12. RGB value is (253,41,18). Sum of RGB (Red+Green+Blue) = 253+41+18=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2912 is #02D6ED. Grayscale: #666666. Windows color (decimal): -186094 or 1190397. OLE color: 1190397.
HSL color Cylindrical-coordinate representation of color #FD2912: hue angle of 5.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD2912 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.01 |
| HSL | 5.87º | 0.98% | 0.53% | - |
| HSV(B) | 5.87º | 0.93% | 0.99% | - |
| XYZ | 41.41 | 22.51 | 2.73 | - |
| YUV | 101.77 | 80.74 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 18 | 0 | 0.84 | 0.93 | 0.01 | 5.87 | 0.98 | 0.53 |
| Hex | FD | 29 | 12 | 0 | 54 | 5D | 1 | 6 | 62 | 35 |
| Octal | 375 | 51 | 22 | 0 | 124 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111101 | 101001 | 10010 | 0 | 1010100 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FD2912
Complementary color
Monochromatic Colors of #FD2912
Black with #FD2912
Text Example
Text Example
White with #FD2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2912; }
p { color: rgb(253,41,18); }
H1.HeaderClassName
{
color: #FD2912;
}
.AnyTagClassName
{
color: #FD2912;
}
</style>
background-color css
<style>
a { background-color: #FD2912; }
a { background-color: rgb(253,41,18); }
div.DivClassName
{
background-color: #FD2912;
}
.BgClassName
{
background-color: #FD2912;
}
</style>
border-color css
<style>
span { border-color: #FD2912; }
span { border-color: rgb(253,41,18); }
td.TdClassName
{
border-color: #FD2912;
}
.TagClassName
{
border-color: #FD2912;
}
</style>