Shades of Scarlet #FD2502
Tints of Scarlet #FD2502
RGB
CMYK
RGB Variations
Color information
#FD2502 (or 0xFD2502) is known color: Scarlet. HEX triplet: FD, 25 and 02. RGB value is (253,37,2). Sum of RGB (Red+Green+Blue) = 253+37+2=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2502 is #02DAFD. Grayscale: #616161. Windows color (decimal): -187134 or 140797. OLE color: 140797.
HSL color Cylindrical-coordinate representation of color #FD2502: hue angle of 8.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD2502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.01 |
| HSL | 8.37º | 0.98% | 0.5% | - |
| HSV(B) | 8.37º | 0.99% | 0.99% | - |
| XYZ | 41.18 | 22.21 | 2.17 | - |
| YUV | 97.59 | 74.06 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 2 | 0 | 0.85 | 0.99 | 0.01 | 8.37 | 0.98 | 0.5 |
| Hex | FD | 25 | 2 | 0 | 55 | 63 | 1 | 8 | 62 | 32 |
| Octal | 375 | 45 | 2 | 0 | 125 | 143 | 1 | 10 | 142 | 62 |
| Binary | 11111101 | 100101 | 10 | 0 | 1010101 | 1100011 | 1 | 1000 | 1100010 | 110010 |
Color Harmonies of #FD2502
Complementary color
Monochromatic Colors of #FD2502
Black with #FD2502
Text Example
Text Example
White with #FD2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2502; }
p { color: rgb(253,37,2); }
H1.HeaderClassName
{
color: #FD2502;
}
.AnyTagClassName
{
color: #FD2502;
}
</style>
background-color css
<style>
a { background-color: #FD2502; }
a { background-color: rgb(253,37,2); }
div.DivClassName
{
background-color: #FD2502;
}
.BgClassName
{
background-color: #FD2502;
}
</style>
border-color css
<style>
span { border-color: #FD2502; }
span { border-color: rgb(253,37,2); }
td.TdClassName
{
border-color: #FD2502;
}
.TagClassName
{
border-color: #FD2502;
}
</style>