Shades of Orange Red #FD4315
Tints of Orange Red #FD4315
RGB
CMYK
RGB Variations
Color information
#FD4315 (or 0xFD4315) is known color: Orange Red. HEX triplet: FD, 43 and 15. RGB value is (253,67,21). Sum of RGB (Red+Green+Blue) = 253+67+21=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4315 is #02BCEA. Grayscale: #757575. Windows color (decimal): -179435 or 1393661. OLE color: 1393661.
HSL color Cylindrical-coordinate representation of color #FD4315: hue angle of 11.9º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD4315 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.01 |
| HSL | 11.9º | 0.98% | 0.54% | - |
| HSV(B) | 11.9º | 0.92% | 0.99% | - |
| XYZ | 42.65 | 24.95 | 3.28 | - |
| YUV | 117.37 | 73.62 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 21 | 0 | 0.74 | 0.92 | 0.01 | 11.9 | 0.98 | 0.54 |
| Hex | FD | 43 | 15 | 0 | 4A | 5C | 1 | C | 62 | 36 |
| Octal | 375 | 103 | 25 | 0 | 112 | 134 | 1 | 14 | 142 | 66 |
| Binary | 11111101 | 1000011 | 10101 | 0 | 1001010 | 1011100 | 1 | 1100 | 1100010 | 110110 |
Color Harmonies of #FD4315
Complementary color
Monochromatic Colors of #FD4315
Black with #FD4315
Text Example
Text Example
White with #FD4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4315; }
p { color: rgb(253,67,21); }
H1.HeaderClassName
{
color: #FD4315;
}
.AnyTagClassName
{
color: #FD4315;
}
</style>
background-color css
<style>
a { background-color: #FD4315; }
a { background-color: rgb(253,67,21); }
div.DivClassName
{
background-color: #FD4315;
}
.BgClassName
{
background-color: #FD4315;
}
</style>
border-color css
<style>
span { border-color: #FD4315; }
span { border-color: rgb(253,67,21); }
td.TdClassName
{
border-color: #FD4315;
}
.TagClassName
{
border-color: #FD4315;
}
</style>