Shades of Red #FD120C
Tints of Red #FD120C
RGB
CMYK
RGB Variations
Color information
#FD120C (or 0xFD120C) is known color: Red. HEX triplet: FD, 12 and 0C. RGB value is (253,18,12). Sum of RGB (Red+Green+Blue) = 253+18+12=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD120C is #02EDF3. Grayscale: #575757. Windows color (decimal): -191988 or 791293. OLE color: 791293.
HSL color Cylindrical-coordinate representation of color #FD120C: hue angle of 1.49º 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 #FD120C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.01 |
| HSL | 1.49º | 0.98% | 0.52% | - |
| HSV(B) | 1.49º | 0.95% | 0.99% | - |
| XYZ | 40.79 | 21.34 | 2.32 | - |
| YUV | 87.58 | 85.36 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 12 | 0 | 0.93 | 0.95 | 0.01 | 1.49 | 0.98 | 0.52 |
| Hex | FD | 12 | C | 0 | 5D | 5F | 1 | 1 | 62 | 34 |
| Octal | 375 | 22 | 14 | 0 | 135 | 137 | 1 | 1 | 142 | 64 |
| Binary | 11111101 | 10010 | 1100 | 0 | 1011101 | 1011111 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FD120C
Complementary color
Monochromatic Colors of #FD120C
Black with #FD120C
Text Example
Text Example
White with #FD120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD120C; }
p { color: rgb(253,18,12); }
H1.HeaderClassName
{
color: #FD120C;
}
.AnyTagClassName
{
color: #FD120C;
}
</style>
background-color css
<style>
a { background-color: #FD120C; }
a { background-color: rgb(253,18,12); }
div.DivClassName
{
background-color: #FD120C;
}
.BgClassName
{
background-color: #FD120C;
}
</style>
border-color css
<style>
span { border-color: #FD120C; }
span { border-color: rgb(253,18,12); }
td.TdClassName
{
border-color: #FD120C;
}
.TagClassName
{
border-color: #FD120C;
}
</style>