Shades of Scarlet #FD2512
Tints of Scarlet #FD2512
RGB
CMYK
RGB Variations
Color information
#FD2512 (or 0xFD2512) is known color: Scarlet. HEX triplet: FD, 25 and 12. RGB value is (253,37,18). Sum of RGB (Red+Green+Blue) = 253+37+18=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2512 is #02DAED. Grayscale: #636363. Windows color (decimal): -187118 or 1189373. OLE color: 1189373.
HSL color Cylindrical-coordinate representation of color #FD2512: hue angle of 4.85º 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 #FD2512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.01 |
| HSL | 4.85º | 0.98% | 0.53% | - |
| HSV(B) | 4.85º | 0.93% | 0.99% | - |
| XYZ | 41.28 | 22.25 | 2.69 | - |
| YUV | 99.42 | 82.06 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 18 | 0 | 0.85 | 0.93 | 0.01 | 4.85 | 0.98 | 0.53 |
| Hex | FD | 25 | 12 | 0 | 55 | 5D | 1 | 5 | 62 | 35 |
| Octal | 375 | 45 | 22 | 0 | 125 | 135 | 1 | 5 | 142 | 65 |
| Binary | 11111101 | 100101 | 10010 | 0 | 1010101 | 1011101 | 1 | 101 | 1100010 | 110101 |
Color Harmonies of #FD2512
Complementary color
Monochromatic Colors of #FD2512
Black with #FD2512
Text Example
Text Example
White with #FD2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2512; }
p { color: rgb(253,37,18); }
H1.HeaderClassName
{
color: #FD2512;
}
.AnyTagClassName
{
color: #FD2512;
}
</style>
background-color css
<style>
a { background-color: #FD2512; }
a { background-color: rgb(253,37,18); }
div.DivClassName
{
background-color: #FD2512;
}
.BgClassName
{
background-color: #FD2512;
}
</style>
border-color css
<style>
span { border-color: #FD2512; }
span { border-color: rgb(253,37,18); }
td.TdClassName
{
border-color: #FD2512;
}
.TagClassName
{
border-color: #FD2512;
}
</style>