Shades of Scarlet #FD1802
Tints of Scarlet #FD1802
RGB
CMYK
RGB Variations
Color information
#FD1802 (or 0xFD1802) is known color: Scarlet. HEX triplet: FD, 18 and 02. RGB value is (253,24,2). Sum of RGB (Red+Green+Blue) = 253+24+2=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1802 is #02E7FD. Grayscale: #5A5A5A. Windows color (decimal): -190462 or 137469. OLE color: 137469.
HSL color Cylindrical-coordinate representation of color #FD1802: hue angle of 5.26º 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 #FD1802 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 5.26º | 0.98% | 0.5% | - |
| HSV(B) | 5.26º | 0.99% | 0.99% | - |
| XYZ | 40.85 | 21.54 | 2.06 | - |
| YUV | 89.96 | 78.37 | 244.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 2 | 0 | 0.91 | 0.99 | 0.01 | 5.26 | 0.98 | 0.5 |
| Hex | FD | 18 | 2 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 375 | 30 | 2 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111101 | 11000 | 10 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FD1802
Complementary color
Monochromatic Colors of #FD1802
Black with #FD1802
Text Example
Text Example
White with #FD1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1802; }
p { color: rgb(253,24,2); }
H1.HeaderClassName
{
color: #FD1802;
}
.AnyTagClassName
{
color: #FD1802;
}
</style>
background-color css
<style>
a { background-color: #FD1802; }
a { background-color: rgb(253,24,2); }
div.DivClassName
{
background-color: #FD1802;
}
.BgClassName
{
background-color: #FD1802;
}
</style>
border-color css
<style>
span { border-color: #FD1802; }
span { border-color: rgb(253,24,2); }
td.TdClassName
{
border-color: #FD1802;
}
.TagClassName
{
border-color: #FD1802;
}
</style>