Shades of Scarlet #FD1702
Tints of Scarlet #FD1702
RGB
CMYK
RGB Variations
Color information
#FD1702 (or 0xFD1702) is known color: Scarlet. HEX triplet: FD, 17 and 02. RGB value is (253,23,2). Sum of RGB (Red+Green+Blue) = 253+23+2=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1702 is #02E8FD. Grayscale: #595959. Windows color (decimal): -190718 or 137213. OLE color: 137213.
HSL color Cylindrical-coordinate representation of color #FD1702: hue angle of 5.02º 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 #FD1702 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 5.02º | 0.98% | 0.5% | - |
| HSV(B) | 5.02º | 0.99% | 0.99% | - |
| XYZ | 40.83 | 21.5 | 2.06 | - |
| YUV | 89.38 | 78.7 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 2 | 0 | 0.91 | 0.99 | 0.01 | 5.02 | 0.98 | 0.5 |
| Hex | FD | 17 | 2 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 375 | 27 | 2 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111101 | 10111 | 10 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FD1702
Complementary color
Monochromatic Colors of #FD1702
Black with #FD1702
Text Example
Text Example
White with #FD1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1702; }
p { color: rgb(253,23,2); }
H1.HeaderClassName
{
color: #FD1702;
}
.AnyTagClassName
{
color: #FD1702;
}
</style>
background-color css
<style>
a { background-color: #FD1702; }
a { background-color: rgb(253,23,2); }
div.DivClassName
{
background-color: #FD1702;
}
.BgClassName
{
background-color: #FD1702;
}
</style>
border-color css
<style>
span { border-color: #FD1702; }
span { border-color: rgb(253,23,2); }
td.TdClassName
{
border-color: #FD1702;
}
.TagClassName
{
border-color: #FD1702;
}
</style>