Shades of Red Orange #FD361C
Tints of Red Orange #FD361C
RGB
CMYK
RGB Variations
Color information
#FD361C (or 0xFD361C) is known color: Red Orange. HEX triplet: FD, 36 and 1C. RGB value is (253,54,28). Sum of RGB (Red+Green+Blue) = 253+54+28=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD361C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD361C is #02C9E3. Grayscale: #6E6E6E. Windows color (decimal): -182756 or 1849085. OLE color: 1849085.
HSL color Cylindrical-coordinate representation of color #FD361C: hue angle of 6.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD361C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.01 |
| HSL | 6.93º | 0.98% | 0.55% | - |
| HSV(B) | 6.93º | 0.89% | 0.99% | - |
| XYZ | 42.04 | 23.6 | 3.44 | - |
| YUV | 110.54 | 81.43 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 28 | 0 | 0.79 | 0.89 | 0.01 | 6.93 | 0.98 | 0.55 |
| Hex | FD | 36 | 1C | 0 | 4F | 59 | 1 | 7 | 62 | 37 |
| Octal | 375 | 66 | 34 | 0 | 117 | 131 | 1 | 7 | 142 | 67 |
| Binary | 11111101 | 110110 | 11100 | 0 | 1001111 | 1011001 | 1 | 111 | 1100010 | 110111 |
Color Harmonies of #FD361C
Complementary color
Monochromatic Colors of #FD361C
Black with #FD361C
Text Example
Text Example
White with #FD361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD361C; }
p { color: rgb(253,54,28); }
H1.HeaderClassName
{
color: #FD361C;
}
.AnyTagClassName
{
color: #FD361C;
}
</style>
background-color css
<style>
a { background-color: #FD361C; }
a { background-color: rgb(253,54,28); }
div.DivClassName
{
background-color: #FD361C;
}
.BgClassName
{
background-color: #FD361C;
}
</style>
border-color css
<style>
span { border-color: #FD361C; }
span { border-color: rgb(253,54,28); }
td.TdClassName
{
border-color: #FD361C;
}
.TagClassName
{
border-color: #FD361C;
}
</style>