Shades of Orange Red #FD360D
Tints of Orange Red #FD360D
RGB
CMYK
RGB Variations
Color information
#FD360D (or 0xFD360D) is known color: Orange Red. HEX triplet: FD, 36 and 0D. RGB value is (253,54,13). Sum of RGB (Red+Green+Blue) = 253+54+13=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD360D is #02C9F2. Grayscale: #6D6D6D. Windows color (decimal): -182771 or 866045. OLE color: 866045.
HSL color Cylindrical-coordinate representation of color #FD360D: hue angle of 10.25º 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 #FD360D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.01 |
| HSL | 10.25º | 0.98% | 0.52% | - |
| HSV(B) | 10.25º | 0.95% | 0.99% | - |
| XYZ | 41.9 | 23.55 | 2.72 | - |
| YUV | 108.83 | 73.93 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 13 | 0 | 0.79 | 0.95 | 0.01 | 10.25 | 0.98 | 0.52 |
| Hex | FD | 36 | D | 0 | 4F | 5F | 1 | A | 62 | 34 |
| Octal | 375 | 66 | 15 | 0 | 117 | 137 | 1 | 12 | 142 | 64 |
| Binary | 11111101 | 110110 | 1101 | 0 | 1001111 | 1011111 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FD360D
Complementary color
Monochromatic Colors of #FD360D
Black with #FD360D
Text Example
Text Example
White with #FD360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD360D; }
p { color: rgb(253,54,13); }
H1.HeaderClassName
{
color: #FD360D;
}
.AnyTagClassName
{
color: #FD360D;
}
</style>
background-color css
<style>
a { background-color: #FD360D; }
a { background-color: rgb(253,54,13); }
div.DivClassName
{
background-color: #FD360D;
}
.BgClassName
{
background-color: #FD360D;
}
</style>
border-color css
<style>
span { border-color: #FD360D; }
span { border-color: rgb(253,54,13); }
td.TdClassName
{
border-color: #FD360D;
}
.TagClassName
{
border-color: #FD360D;
}
</style>