Shades of Orange Red #FD3C19
Tints of Orange Red #FD3C19
RGB
CMYK
RGB Variations
Color information
#FD3C19 (or 0xFD3C19) is known color: Orange Red. HEX triplet: FD, 3C and 19. RGB value is (253,60,25). Sum of RGB (Red+Green+Blue) = 253+60+25=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C19 is #02C3E6. Grayscale: #727272. Windows color (decimal): -181223 or 1654013. OLE color: 1654013.
HSL color Cylindrical-coordinate representation of color #FD3C19: hue angle of 9.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD3C19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.01 |
| HSL | 9.21º | 0.98% | 0.55% | - |
| HSV(B) | 9.21º | 0.9% | 0.99% | - |
| XYZ | 42.3 | 24.18 | 3.36 | - |
| YUV | 113.72 | 77.94 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 25 | 0 | 0.76 | 0.90 | 0.01 | 9.21 | 0.98 | 0.55 |
| Hex | FD | 3C | 19 | 0 | 4C | 5A | 1 | 9 | 62 | 37 |
| Octal | 375 | 74 | 31 | 0 | 114 | 132 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111100 | 11001 | 0 | 1001100 | 1011010 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3C19
Complementary color
Monochromatic Colors of #FD3C19
Black with #FD3C19
Text Example
Text Example
White with #FD3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C19; }
p { color: rgb(253,60,25); }
H1.HeaderClassName
{
color: #FD3C19;
}
.AnyTagClassName
{
color: #FD3C19;
}
</style>
background-color css
<style>
a { background-color: #FD3C19; }
a { background-color: rgb(253,60,25); }
div.DivClassName
{
background-color: #FD3C19;
}
.BgClassName
{
background-color: #FD3C19;
}
</style>
border-color css
<style>
span { border-color: #FD3C19; }
span { border-color: rgb(253,60,25); }
td.TdClassName
{
border-color: #FD3C19;
}
.TagClassName
{
border-color: #FD3C19;
}
</style>