Shades of Orange Red #FD380E
Tints of Orange Red #FD380E
RGB
CMYK
RGB Variations
Color information
#FD380E (or 0xFD380E) is known color: Orange Red. HEX triplet: FD, 38 and 0E. RGB value is (253,56,14). Sum of RGB (Red+Green+Blue) = 253+56+14=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD380E is #02C7F1. Grayscale: #6E6E6E. Windows color (decimal): -182258 or 932093. OLE color: 932093.
HSL color Cylindrical-coordinate representation of color #FD380E: hue angle of 10.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD380E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.01 |
| HSL | 10.54º | 0.98% | 0.52% | - |
| HSV(B) | 10.54º | 0.94% | 0.99% | - |
| XYZ | 42 | 23.74 | 2.78 | - |
| YUV | 110.12 | 73.77 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 14 | 0 | 0.78 | 0.94 | 0.01 | 10.54 | 0.98 | 0.52 |
| Hex | FD | 38 | E | 0 | 4E | 5E | 1 | B | 62 | 34 |
| Octal | 375 | 70 | 16 | 0 | 116 | 136 | 1 | 13 | 142 | 64 |
| Binary | 11111101 | 111000 | 1110 | 0 | 1001110 | 1011110 | 1 | 1011 | 1100010 | 110100 |
Color Harmonies of #FD380E
Complementary color
Monochromatic Colors of #FD380E
Black with #FD380E
Text Example
Text Example
White with #FD380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD380E; }
p { color: rgb(253,56,14); }
H1.HeaderClassName
{
color: #FD380E;
}
.AnyTagClassName
{
color: #FD380E;
}
</style>
background-color css
<style>
a { background-color: #FD380E; }
a { background-color: rgb(253,56,14); }
div.DivClassName
{
background-color: #FD380E;
}
.BgClassName
{
background-color: #FD380E;
}
</style>
border-color css
<style>
span { border-color: #FD380E; }
span { border-color: rgb(253,56,14); }
td.TdClassName
{
border-color: #FD380E;
}
.TagClassName
{
border-color: #FD380E;
}
</style>