Shades of Red Orange #FD3E2E
Tints of Red Orange #FD3E2E
RGB
CMYK
RGB Variations
Color information
#FD3E2E (or 0xFD3E2E) is known color: Red Orange. HEX triplet: FD, 3E and 2E. RGB value is (253,62,46). Sum of RGB (Red+Green+Blue) = 253+62+46=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E2E is #02C1D1. Grayscale: #757575. Windows color (decimal): -180690 or 3030781. OLE color: 3030781.
HSL color Cylindrical-coordinate representation of color #FD3E2E: hue angle of 4.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD3E2E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 62 | 46 | - |
CMYK | 0 | 0.75 | 0.82 | 0.01 |
HSL | 4.64º | 0.98% | 0.59% | - |
HSV(B) | 4.64º | 0.82% | 0.99% | - |
XYZ | 42.72 | 24.53 | 5.07 | - |
YUV | 117.29 | 87.78 | 224.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 62 | 46 | 0 | 0.75 | 0.82 | 0.01 | 4.64 | 0.98 | 0.59 |
Hex | FD | 3E | 2E | 0 | 4B | 52 | 1 | 5 | 62 | 3B |
Octal | 375 | 76 | 56 | 0 | 113 | 122 | 1 | 5 | 142 | 73 |
Binary | 11111101 | 111110 | 101110 | 0 | 1001011 | 1010010 | 1 | 101 | 1100010 | 111011 |
Color Harmonies of #FD3E2E
Complementary color
Monochromatic Colors of #FD3E2E
Black with #FD3E2E
Text Example
Text Example
White with #FD3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E2E; }
p { color: rgb(253,62,46); }
H1.HeaderClassName
{
color: #FD3E2E;
}
.AnyTagClassName
{
color: #FD3E2E;
}
</style>
background-color css
<style>
a { background-color: #FD3E2E; }
a { background-color: rgb(253,62,46); }
div.DivClassName
{
background-color: #FD3E2E;
}
.BgClassName
{
background-color: #FD3E2E;
}
</style>
border-color css
<style>
span { border-color: #FD3E2E; }
span { border-color: rgb(253,62,46); }
td.TdClassName
{
border-color: #FD3E2E;
}
.TagClassName
{
border-color: #FD3E2E;
}
</style>