Shades of Red Orange #FD2A26
Tints of Red Orange #FD2A26
RGB
CMYK
RGB Variations
Color information
#FD2A26 (or 0xFD2A26) is known color: Red Orange. HEX triplet: FD, 2A and 26. RGB value is (253,42,38). Sum of RGB (Red+Green+Blue) = 253+42+38=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A26 is #02D5D9. Grayscale: #686868. Windows color (decimal): -185818 or 2501373. OLE color: 2501373.
HSL color Cylindrical-coordinate representation of color #FD2A26: hue angle of 1.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2A26 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 38 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.01 |
| HSL | 1.12º | 0.98% | 0.57% | - |
| HSV(B) | 1.12º | 0.85% | 0.99% | - |
| XYZ | 41.69 | 22.68 | 4.01 | - |
| YUV | 104.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 38 | 0 | 0.83 | 0.85 | 0.01 | 1.12 | 0.98 | 0.57 |
| Hex | FD | 2A | 26 | 0 | 53 | 55 | 1 | 1 | 62 | 39 |
| Octal | 375 | 52 | 46 | 0 | 123 | 125 | 1 | 1 | 142 | 71 |
| Binary | 11111101 | 101010 | 100110 | 0 | 1010011 | 1010101 | 1 | 1 | 1100010 | 111001 |
Color Harmonies of #FD2A26
Complementary color
Monochromatic Colors of #FD2A26
Black with #FD2A26
Text Example
Text Example
White with #FD2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A26; }
p { color: rgb(253,42,38); }
H1.HeaderClassName
{
color: #FD2A26;
}
.AnyTagClassName
{
color: #FD2A26;
}
</style>
background-color css
<style>
a { background-color: #FD2A26; }
a { background-color: rgb(253,42,38); }
div.DivClassName
{
background-color: #FD2A26;
}
.BgClassName
{
background-color: #FD2A26;
}
</style>
border-color css
<style>
span { border-color: #FD2A26; }
span { border-color: rgb(253,42,38); }
td.TdClassName
{
border-color: #FD2A26;
}
.TagClassName
{
border-color: #FD2A26;
}
</style>