Shades of Red Orange #FD2D22
Tints of Red Orange #FD2D22
RGB
CMYK
RGB Variations
Color information
#FD2D22 (or 0xFD2D22) is known color: Red Orange. HEX triplet: FD, 2D and 22. RGB value is (253,45,34). Sum of RGB (Red+Green+Blue) = 253+45+34=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D22 is #02D2DD. Grayscale: #6A6A6A. Windows color (decimal): -185054 or 2239997. OLE color: 2239997.
HSL color Cylindrical-coordinate representation of color #FD2D22: hue angle of 3.01º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2D22 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 34 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.01 |
| HSL | 3.01º | 0.98% | 0.56% | - |
| HSV(B) | 3.01º | 0.87% | 0.99% | - |
| XYZ | 41.74 | 22.87 | 3.73 | - |
| YUV | 105.94 | 87.41 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 34 | 0 | 0.82 | 0.87 | 0.01 | 3.01 | 0.98 | 0.56 |
| Hex | FD | 2D | 22 | 0 | 52 | 57 | 1 | 3 | 62 | 38 |
| Octal | 375 | 55 | 42 | 0 | 122 | 127 | 1 | 3 | 142 | 70 |
| Binary | 11111101 | 101101 | 100010 | 0 | 1010010 | 1010111 | 1 | 11 | 1100010 | 111000 |
Color Harmonies of #FD2D22
Complementary color
Monochromatic Colors of #FD2D22
Black with #FD2D22
Text Example
Text Example
White with #FD2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D22; }
p { color: rgb(253,45,34); }
H1.HeaderClassName
{
color: #FD2D22;
}
.AnyTagClassName
{
color: #FD2D22;
}
</style>
background-color css
<style>
a { background-color: #FD2D22; }
a { background-color: rgb(253,45,34); }
div.DivClassName
{
background-color: #FD2D22;
}
.BgClassName
{
background-color: #FD2D22;
}
</style>
border-color css
<style>
span { border-color: #FD2D22; }
span { border-color: rgb(253,45,34); }
td.TdClassName
{
border-color: #FD2D22;
}
.TagClassName
{
border-color: #FD2D22;
}
</style>