Shades of Scarlet #FD2511
Tints of Scarlet #FD2511
RGB
CMYK
RGB Variations
Color information
#FD2511 (or 0xFD2511) is known color: Scarlet. HEX triplet: FD, 25 and 11. RGB value is (253,37,17). Sum of RGB (Red+Green+Blue) = 253+37+17=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2511 is #02DAEE. Grayscale: #636363. Windows color (decimal): -187119 or 1123837. OLE color: 1123837.
HSL color Cylindrical-coordinate representation of color #FD2511: hue angle of 5.08º 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 #FD2511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.01 |
| HSL | 5.08º | 0.98% | 0.53% | - |
| HSV(B) | 5.08º | 0.93% | 0.99% | - |
| XYZ | 41.27 | 22.25 | 2.65 | - |
| YUV | 99.3 | 81.56 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 17 | 0 | 0.85 | 0.93 | 0.01 | 5.08 | 0.98 | 0.53 |
| Hex | FD | 25 | 11 | 0 | 55 | 5D | 1 | 5 | 62 | 35 |
| Octal | 375 | 45 | 21 | 0 | 125 | 135 | 1 | 5 | 142 | 65 |
| Binary | 11111101 | 100101 | 10001 | 0 | 1010101 | 1011101 | 1 | 101 | 1100010 | 110101 |
Color Harmonies of #FD2511
Complementary color
Monochromatic Colors of #FD2511
Black with #FD2511
Text Example
Text Example
White with #FD2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2511; }
p { color: rgb(253,37,17); }
H1.HeaderClassName
{
color: #FD2511;
}
.AnyTagClassName
{
color: #FD2511;
}
</style>
background-color css
<style>
a { background-color: #FD2511; }
a { background-color: rgb(253,37,17); }
div.DivClassName
{
background-color: #FD2511;
}
.BgClassName
{
background-color: #FD2511;
}
</style>
border-color css
<style>
span { border-color: #FD2511; }
span { border-color: rgb(253,37,17); }
td.TdClassName
{
border-color: #FD2511;
}
.TagClassName
{
border-color: #FD2511;
}
</style>