Shades of Red Orange #FD302A
Tints of Red Orange #FD302A
RGB
CMYK
RGB Variations
Color information
#FD302A (or 0xFD302A) is known color: Red Orange. HEX triplet: FD, 30 and 2A. RGB value is (253,48,42). Sum of RGB (Red+Green+Blue) = 253+48+42=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD302A is #02CFD5. Grayscale: #6C6C6C. Windows color (decimal): -184278 or 2765053. OLE color: 2765053.
HSL color Cylindrical-coordinate representation of color #FD302A: hue angle of 1.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD302A is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 42 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.01 |
| HSL | 1.71º | 0.98% | 0.58% | - |
| HSV(B) | 1.71º | 0.83% | 0.99% | - |
| XYZ | 41.98 | 23.16 | 4.45 | - |
| YUV | 108.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 42 | 0 | 0.81 | 0.83 | 0.01 | 1.71 | 0.98 | 0.58 |
| Hex | FD | 30 | 2A | 0 | 51 | 53 | 1 | 2 | 62 | 3A |
| Octal | 375 | 60 | 52 | 0 | 121 | 123 | 1 | 2 | 142 | 72 |
| Binary | 11111101 | 110000 | 101010 | 0 | 1010001 | 1010011 | 1 | 10 | 1100010 | 111010 |
Color Harmonies of #FD302A
Complementary color
Monochromatic Colors of #FD302A
Black with #FD302A
Text Example
Text Example
White with #FD302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD302A; }
p { color: rgb(253,48,42); }
H1.HeaderClassName
{
color: #FD302A;
}
.AnyTagClassName
{
color: #FD302A;
}
</style>
background-color css
<style>
a { background-color: #FD302A; }
a { background-color: rgb(253,48,42); }
div.DivClassName
{
background-color: #FD302A;
}
.BgClassName
{
background-color: #FD302A;
}
</style>
border-color css
<style>
span { border-color: #FD302A; }
span { border-color: rgb(253,48,42); }
td.TdClassName
{
border-color: #FD302A;
}
.TagClassName
{
border-color: #FD302A;
}
</style>