Shades of Red Orange #FD2C21
Tints of Red Orange #FD2C21
RGB
CMYK
RGB Variations
Color information
#FD2C21 (or 0xFD2C21) is known color: Red Orange. HEX triplet: FD, 2C and 21. RGB value is (253,44,33). Sum of RGB (Red+Green+Blue) = 253+44+33=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C21 is #02D3DE. Grayscale: #696969. Windows color (decimal): -185311 or 2174205. OLE color: 2174205.
HSL color Cylindrical-coordinate representation of color #FD2C21: hue angle of 3º 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 #FD2C21 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 33 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.01 |
| HSL | 3º | 0.98% | 0.56% | - |
| HSV(B) | 3º | 0.87% | 0.99% | - |
| XYZ | 41.68 | 22.79 | 3.64 | - |
| YUV | 105.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 33 | 0 | 0.83 | 0.87 | 0.01 | 3 | 0.98 | 0.56 |
| Hex | FD | 2C | 21 | 0 | 53 | 57 | 1 | 3 | 62 | 38 |
| Octal | 375 | 54 | 41 | 0 | 123 | 127 | 1 | 3 | 142 | 70 |
| Binary | 11111101 | 101100 | 100001 | 0 | 1010011 | 1010111 | 1 | 11 | 1100010 | 111000 |
Color Harmonies of #FD2C21
Complementary color
Monochromatic Colors of #FD2C21
Black with #FD2C21
Text Example
Text Example
White with #FD2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C21; }
p { color: rgb(253,44,33); }
H1.HeaderClassName
{
color: #FD2C21;
}
.AnyTagClassName
{
color: #FD2C21;
}
</style>
background-color css
<style>
a { background-color: #FD2C21; }
a { background-color: rgb(253,44,33); }
div.DivClassName
{
background-color: #FD2C21;
}
.BgClassName
{
background-color: #FD2C21;
}
</style>
border-color css
<style>
span { border-color: #FD2C21; }
span { border-color: rgb(253,44,33); }
td.TdClassName
{
border-color: #FD2C21;
}
.TagClassName
{
border-color: #FD2C21;
}
</style>