Shades of Red Orange #FD2521
Tints of Red Orange #FD2521
RGB
CMYK
RGB Variations
Color information
#FD2521 (or 0xFD2521) is known color: Red Orange. HEX triplet: FD, 25 and 21. RGB value is (253,37,33). Sum of RGB (Red+Green+Blue) = 253+37+33=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2521 is #02DADE. Grayscale: #656565. Windows color (decimal): -187103 or 2172413. OLE color: 2172413.
HSL color Cylindrical-coordinate representation of color #FD2521: hue angle of 1.09º 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 #FD2521 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 33 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.01 |
| HSL | 1.09º | 0.98% | 0.56% | - |
| HSV(B) | 1.09º | 0.87% | 0.99% | - |
| XYZ | 41.44 | 22.32 | 3.56 | - |
| YUV | 101.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 33 | 0 | 0.85 | 0.87 | 0.01 | 1.09 | 0.98 | 0.56 |
| Hex | FD | 25 | 21 | 0 | 55 | 57 | 1 | 1 | 62 | 38 |
| Octal | 375 | 45 | 41 | 0 | 125 | 127 | 1 | 1 | 142 | 70 |
| Binary | 11111101 | 100101 | 100001 | 0 | 1010101 | 1010111 | 1 | 1 | 1100010 | 111000 |
Color Harmonies of #FD2521
Complementary color
Monochromatic Colors of #FD2521
Black with #FD2521
Text Example
Text Example
White with #FD2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2521; }
p { color: rgb(253,37,33); }
H1.HeaderClassName
{
color: #FD2521;
}
.AnyTagClassName
{
color: #FD2521;
}
</style>
background-color css
<style>
a { background-color: #FD2521; }
a { background-color: rgb(253,37,33); }
div.DivClassName
{
background-color: #FD2521;
}
.BgClassName
{
background-color: #FD2521;
}
</style>
border-color css
<style>
span { border-color: #FD2521; }
span { border-color: rgb(253,37,33); }
td.TdClassName
{
border-color: #FD2521;
}
.TagClassName
{
border-color: #FD2521;
}
</style>