Shades of Red Orange #FD3C37
Tints of Red Orange #FD3C37
RGB
CMYK
RGB Variations
Color information
#FD3C37 (or 0xFD3C37) is known color: Red Orange. HEX triplet: FD, 3C and 37. RGB value is (253,60,55). Sum of RGB (Red+Green+Blue) = 253+60+55=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C37 is #02C3C8. Grayscale: #757575. Windows color (decimal): -181193 or 3620093. OLE color: 3620093.
HSL color Cylindrical-coordinate representation of color #FD3C37: hue angle of 1.52º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD3C37 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 55 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.01 |
| HSL | 1.52º | 0.98% | 0.6% | - |
| HSV(B) | 1.52º | 0.78% | 0.99% | - |
| XYZ | 42.81 | 24.39 | 6.07 | - |
| YUV | 117.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 55 | 0 | 0.76 | 0.78 | 0.01 | 1.52 | 0.98 | 0.6 |
| Hex | FD | 3C | 37 | 0 | 4C | 4E | 1 | 2 | 62 | 3C |
| Octal | 375 | 74 | 67 | 0 | 114 | 116 | 1 | 2 | 142 | 74 |
| Binary | 11111101 | 111100 | 110111 | 0 | 1001100 | 1001110 | 1 | 10 | 1100010 | 111100 |
Color Harmonies of #FD3C37
Complementary color
Monochromatic Colors of #FD3C37
Black with #FD3C37
Text Example
Text Example
White with #FD3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C37; }
p { color: rgb(253,60,55); }
H1.HeaderClassName
{
color: #FD3C37;
}
.AnyTagClassName
{
color: #FD3C37;
}
</style>
background-color css
<style>
a { background-color: #FD3C37; }
a { background-color: rgb(253,60,55); }
div.DivClassName
{
background-color: #FD3C37;
}
.BgClassName
{
background-color: #FD3C37;
}
</style>
border-color css
<style>
span { border-color: #FD3C37; }
span { border-color: rgb(253,60,55); }
td.TdClassName
{
border-color: #FD3C37;
}
.TagClassName
{
border-color: #FD3C37;
}
</style>