Shades of Red Orange #FD351C
Tints of Red Orange #FD351C
RGB
CMYK
RGB Variations
Color information
#FD351C (or 0xFD351C) is known color: Red Orange. HEX triplet: FD, 35 and 1C. RGB value is (253,53,28). Sum of RGB (Red+Green+Blue) = 253+53+28=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD351C is #02CAE3. Grayscale: #6E6E6E. Windows color (decimal): -183012 or 1848829. OLE color: 1848829.
HSL color Cylindrical-coordinate representation of color #FD351C: hue angle of 6.67º 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 #FD351C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.01 |
| HSL | 6.67º | 0.98% | 0.55% | - |
| HSV(B) | 6.67º | 0.89% | 0.99% | - |
| XYZ | 41.99 | 23.51 | 3.42 | - |
| YUV | 109.95 | 81.76 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 28 | 0 | 0.79 | 0.89 | 0.01 | 6.67 | 0.98 | 0.55 |
| Hex | FD | 35 | 1C | 0 | 4F | 59 | 1 | 7 | 62 | 37 |
| Octal | 375 | 65 | 34 | 0 | 117 | 131 | 1 | 7 | 142 | 67 |
| Binary | 11111101 | 110101 | 11100 | 0 | 1001111 | 1011001 | 1 | 111 | 1100010 | 110111 |
Color Harmonies of #FD351C
Complementary color
Monochromatic Colors of #FD351C
Black with #FD351C
Text Example
Text Example
White with #FD351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD351C; }
p { color: rgb(253,53,28); }
H1.HeaderClassName
{
color: #FD351C;
}
.AnyTagClassName
{
color: #FD351C;
}
</style>
background-color css
<style>
a { background-color: #FD351C; }
a { background-color: rgb(253,53,28); }
div.DivClassName
{
background-color: #FD351C;
}
.BgClassName
{
background-color: #FD351C;
}
</style>
border-color css
<style>
span { border-color: #FD351C; }
span { border-color: rgb(253,53,28); }
td.TdClassName
{
border-color: #FD351C;
}
.TagClassName
{
border-color: #FD351C;
}
</style>