Shades of Orange Red #FD4301
Tints of Orange Red #FD4301
RGB
CMYK
RGB Variations
Color information
#FD4301 (or 0xFD4301) is known color: Orange Red. HEX triplet: FD, 43 and 01. RGB value is (253,67,1). Sum of RGB (Red+Green+Blue) = 253+67+1=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4301 is #02BCFE. Grayscale: #737373. Windows color (decimal): -179455 or 82941. OLE color: 82941.
HSL color Cylindrical-coordinate representation of color #FD4301: hue angle of 15.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD4301 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.01 |
| HSL | 15.71º | 0.99% | 0.5% | - |
| HSV(B) | 15.71º | 1% | 0.99% | - |
| XYZ | 42.52 | 24.9 | 2.59 | - |
| YUV | 115.09 | 63.62 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 1 | 0 | 0.74 | 1.00 | 0.01 | 15.71 | 0.99 | 0.5 |
| Hex | FD | 43 | 1 | 0 | 4A | 64 | 1 | 10 | 63 | 32 |
| Octal | 375 | 103 | 1 | 0 | 112 | 144 | 1 | 20 | 143 | 62 |
| Binary | 11111101 | 1000011 | 1 | 0 | 1001010 | 1100100 | 1 | 10000 | 1100011 | 110010 |
Color Harmonies of #FD4301
Complementary color
Monochromatic Colors of #FD4301
Black with #FD4301
Text Example
Text Example
White with #FD4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4301; }
p { color: rgb(253,67,1); }
H1.HeaderClassName
{
color: #FD4301;
}
.AnyTagClassName
{
color: #FD4301;
}
</style>
background-color css
<style>
a { background-color: #FD4301; }
a { background-color: rgb(253,67,1); }
div.DivClassName
{
background-color: #FD4301;
}
.BgClassName
{
background-color: #FD4301;
}
</style>
border-color css
<style>
span { border-color: #FD4301; }
span { border-color: rgb(253,67,1); }
td.TdClassName
{
border-color: #FD4301;
}
.TagClassName
{
border-color: #FD4301;
}
</style>