Shades of Red #FD100D
Tints of Red #FD100D
RGB
CMYK
RGB Variations
Color information
#FD100D (or 0xFD100D) is known color: Red. HEX triplet: FD, 10 and 0D. RGB value is (253,16,13). Sum of RGB (Red+Green+Blue) = 253+16+13=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD100D is #02EFF2. Grayscale: #565656. Windows color (decimal): -192499 or 856317. OLE color: 856317.
HSL color Cylindrical-coordinate representation of color #FD100D: hue angle of 0.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD100D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 13 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.01 |
| HSL | 0.75º | 0.98% | 0.52% | - |
| HSV(B) | 0.75º | 0.95% | 0.99% | - |
| XYZ | 40.77 | 21.28 | 2.34 | - |
| YUV | 86.52 | 86.52 | 246.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 13 | 0 | 0.94 | 0.95 | 0.01 | 0.75 | 0.98 | 0.52 |
| Hex | FD | 10 | D | 0 | 5E | 5F | 1 | 1 | 62 | 34 |
| Octal | 375 | 20 | 15 | 0 | 136 | 137 | 1 | 1 | 142 | 64 |
| Binary | 11111101 | 10000 | 1101 | 0 | 1011110 | 1011111 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FD100D
Complementary color
Monochromatic Colors of #FD100D
Black with #FD100D
Text Example
Text Example
White with #FD100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD100D; }
p { color: rgb(253,16,13); }
H1.HeaderClassName
{
color: #FD100D;
}
.AnyTagClassName
{
color: #FD100D;
}
</style>
background-color css
<style>
a { background-color: #FD100D; }
a { background-color: rgb(253,16,13); }
div.DivClassName
{
background-color: #FD100D;
}
.BgClassName
{
background-color: #FD100D;
}
</style>
border-color css
<style>
span { border-color: #FD100D; }
span { border-color: rgb(253,16,13); }
td.TdClassName
{
border-color: #FD100D;
}
.TagClassName
{
border-color: #FD100D;
}
</style>