Shades of Red #FD130C
Tints of Red #FD130C
RGB
CMYK
RGB Variations
Color information
#FD130C (or 0xFD130C) is known color: Red. HEX triplet: FD, 13 and 0C. RGB value is (253,19,12). Sum of RGB (Red+Green+Blue) = 253+19+12=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD130C is #02ECF3. Grayscale: #585858. Windows color (decimal): -191732 or 791549. OLE color: 791549.
HSL color Cylindrical-coordinate representation of color #FD130C: hue angle of 1.74º 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 #FD130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.01 |
| HSL | 1.74º | 0.98% | 0.52% | - |
| HSV(B) | 1.74º | 0.95% | 0.99% | - |
| XYZ | 40.81 | 21.37 | 2.32 | - |
| YUV | 88.17 | 85.02 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 12 | 0 | 0.92 | 0.95 | 0.01 | 1.74 | 0.98 | 0.52 |
| Hex | FD | 13 | C | 0 | 5C | 5F | 1 | 2 | 62 | 34 |
| Octal | 375 | 23 | 14 | 0 | 134 | 137 | 1 | 2 | 142 | 64 |
| Binary | 11111101 | 10011 | 1100 | 0 | 1011100 | 1011111 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FD130C
Complementary color
Monochromatic Colors of #FD130C
Black with #FD130C
Text Example
Text Example
White with #FD130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD130C; }
p { color: rgb(253,19,12); }
H1.HeaderClassName
{
color: #FD130C;
}
.AnyTagClassName
{
color: #FD130C;
}
</style>
background-color css
<style>
a { background-color: #FD130C; }
a { background-color: rgb(253,19,12); }
div.DivClassName
{
background-color: #FD130C;
}
.BgClassName
{
background-color: #FD130C;
}
</style>
border-color css
<style>
span { border-color: #FD130C; }
span { border-color: rgb(253,19,12); }
td.TdClassName
{
border-color: #FD130C;
}
.TagClassName
{
border-color: #FD130C;
}
</style>