Shades of Red #FD0C07
Tints of Red #FD0C07
RGB
CMYK
RGB Variations
Color information
#FD0C07 (or 0xFD0C07) is known color: Red. HEX triplet: FD, 0C and 07. RGB value is (253,12,7). Sum of RGB (Red+Green+Blue) = 253+12+7=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0C07 is #02F3F8. Grayscale: #535353. Windows color (decimal): -193529 or 462077. OLE color: 462077.
HSL color Cylindrical-coordinate representation of color #FD0C07: hue angle of 1.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0C07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.01 |
| HSL | 1.22º | 0.98% | 0.51% | - |
| HSV(B) | 1.22º | 0.97% | 0.99% | - |
| XYZ | 40.68 | 21.16 | 2.14 | - |
| YUV | 83.49 | 84.84 | 248.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 7 | 0 | 0.95 | 0.97 | 0.01 | 1.22 | 0.98 | 0.51 |
| Hex | FD | C | 7 | 0 | 5F | 61 | 1 | 1 | 62 | 33 |
| Octal | 375 | 14 | 7 | 0 | 137 | 141 | 1 | 1 | 142 | 63 |
| Binary | 11111101 | 1100 | 111 | 0 | 1011111 | 1100001 | 1 | 1 | 1100010 | 110011 |
Color Harmonies of #FD0C07
Complementary color
Monochromatic Colors of #FD0C07
Black with #FD0C07
Text Example
Text Example
White with #FD0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C07; }
p { color: rgb(253,12,7); }
H1.HeaderClassName
{
color: #FD0C07;
}
.AnyTagClassName
{
color: #FD0C07;
}
</style>
background-color css
<style>
a { background-color: #FD0C07; }
a { background-color: rgb(253,12,7); }
div.DivClassName
{
background-color: #FD0C07;
}
.BgClassName
{
background-color: #FD0C07;
}
</style>
border-color css
<style>
span { border-color: #FD0C07; }
span { border-color: rgb(253,12,7); }
td.TdClassName
{
border-color: #FD0C07;
}
.TagClassName
{
border-color: #FD0C07;
}
</style>