Shades of Scarlet #FD1602
Tints of Scarlet #FD1602
RGB
CMYK
RGB Variations
Color information
#FD1602 (or 0xFD1602) is known color: Scarlet. HEX triplet: FD, 16 and 02. RGB value is (253,22,2). Sum of RGB (Red+Green+Blue) = 253+22+2=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1602 is #02E9FD. Grayscale: #595959. Windows color (decimal): -190974 or 136957. OLE color: 136957.
HSL color Cylindrical-coordinate representation of color #FD1602: hue angle of 4.78º 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 #FD1602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 4.78º | 0.98% | 0.5% | - |
| HSV(B) | 4.78º | 0.99% | 0.99% | - |
| XYZ | 40.81 | 21.46 | 2.05 | - |
| YUV | 88.79 | 79.03 | 245.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 2 | 0 | 0.91 | 0.99 | 0.01 | 4.78 | 0.98 | 0.5 |
| Hex | FD | 16 | 2 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 375 | 26 | 2 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111101 | 10110 | 10 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FD1602
Complementary color
Monochromatic Colors of #FD1602
Black with #FD1602
Text Example
Text Example
White with #FD1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1602; }
p { color: rgb(253,22,2); }
H1.HeaderClassName
{
color: #FD1602;
}
.AnyTagClassName
{
color: #FD1602;
}
</style>
background-color css
<style>
a { background-color: #FD1602; }
a { background-color: rgb(253,22,2); }
div.DivClassName
{
background-color: #FD1602;
}
.BgClassName
{
background-color: #FD1602;
}
</style>
border-color css
<style>
span { border-color: #FD1602; }
span { border-color: rgb(253,22,2); }
td.TdClassName
{
border-color: #FD1602;
}
.TagClassName
{
border-color: #FD1602;
}
</style>