Shades of Red Orange #FD4130
Tints of Red Orange #FD4130
RGB
CMYK
RGB Variations
Color information
#FD4130 (or 0xFD4130) is known color: Red Orange. HEX triplet: FD, 41 and 30. RGB value is (253,65,48). Sum of RGB (Red+Green+Blue) = 253+65+48=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4130 is #02BECF. Grayscale: #777777. Windows color (decimal): -179920 or 3162621. OLE color: 3162621.
HSL color Cylindrical-coordinate representation of color #FD4130: hue angle of 4.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD4130 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 48 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.01 |
| HSL | 4.98º | 0.98% | 0.59% | - |
| HSV(B) | 4.98º | 0.81% | 0.99% | - |
| XYZ | 42.93 | 24.88 | 5.34 | - |
| YUV | 119.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 48 | 0 | 0.74 | 0.81 | 0.01 | 4.98 | 0.98 | 0.59 |
| Hex | FD | 41 | 30 | 0 | 4A | 51 | 1 | 5 | 62 | 3B |
| Octal | 375 | 101 | 60 | 0 | 112 | 121 | 1 | 5 | 142 | 73 |
| Binary | 11111101 | 1000001 | 110000 | 0 | 1001010 | 1010001 | 1 | 101 | 1100010 | 111011 |
Color Harmonies of #FD4130
Complementary color
Monochromatic Colors of #FD4130
Black with #FD4130
Text Example
Text Example
White with #FD4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4130; }
p { color: rgb(253,65,48); }
H1.HeaderClassName
{
color: #FD4130;
}
.AnyTagClassName
{
color: #FD4130;
}
</style>
background-color css
<style>
a { background-color: #FD4130; }
a { background-color: rgb(253,65,48); }
div.DivClassName
{
background-color: #FD4130;
}
.BgClassName
{
background-color: #FD4130;
}
</style>
border-color css
<style>
span { border-color: #FD4130; }
span { border-color: rgb(253,65,48); }
td.TdClassName
{
border-color: #FD4130;
}
.TagClassName
{
border-color: #FD4130;
}
</style>