Shades of Red Orange #FD362D
Tints of Red Orange #FD362D
RGB
CMYK
RGB Variations
Color information
#FD362D (or 0xFD362D) is known color: Red Orange. HEX triplet: FD, 36 and 2D. RGB value is (253,54,45). Sum of RGB (Red+Green+Blue) = 253+54+45=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD362D is #02C9D2. Grayscale: #707070. Windows color (decimal): -182739 or 2963197. OLE color: 2963197.
HSL color Cylindrical-coordinate representation of color #FD362D: hue angle of 2.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD362D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 45 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.01 |
| HSL | 2.6º | 0.98% | 0.58% | - |
| HSV(B) | 2.6º | 0.82% | 0.99% | - |
| XYZ | 42.3 | 23.71 | 4.83 | - |
| YUV | 112.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 45 | 0 | 0.79 | 0.82 | 0.01 | 2.6 | 0.98 | 0.58 |
| Hex | FD | 36 | 2D | 0 | 4F | 52 | 1 | 3 | 62 | 3A |
| Octal | 375 | 66 | 55 | 0 | 117 | 122 | 1 | 3 | 142 | 72 |
| Binary | 11111101 | 110110 | 101101 | 0 | 1001111 | 1010010 | 1 | 11 | 1100010 | 111010 |
Color Harmonies of #FD362D
Complementary color
Monochromatic Colors of #FD362D
Black with #FD362D
Text Example
Text Example
White with #FD362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD362D; }
p { color: rgb(253,54,45); }
H1.HeaderClassName
{
color: #FD362D;
}
.AnyTagClassName
{
color: #FD362D;
}
</style>
background-color css
<style>
a { background-color: #FD362D; }
a { background-color: rgb(253,54,45); }
div.DivClassName
{
background-color: #FD362D;
}
.BgClassName
{
background-color: #FD362D;
}
</style>
border-color css
<style>
span { border-color: #FD362D; }
span { border-color: rgb(253,54,45); }
td.TdClassName
{
border-color: #FD362D;
}
.TagClassName
{
border-color: #FD362D;
}
</style>