Shades of Orange Red #FD3A18
Tints of Orange Red #FD3A18
RGB
CMYK
RGB Variations
Color information
#FD3A18 (or 0xFD3A18) is known color: Orange Red. HEX triplet: FD, 3A and 18. RGB value is (253,58,24). Sum of RGB (Red+Green+Blue) = 253+58+24=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A18 is #02C5E7. Grayscale: #707070. Windows color (decimal): -181736 or 1587965. OLE color: 1587965.
HSL color Cylindrical-coordinate representation of color #FD3A18: hue angle of 8.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD3A18 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 24 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.01 |
| HSL | 8.91º | 0.98% | 0.54% | - |
| HSV(B) | 8.91º | 0.91% | 0.99% | - |
| XYZ | 42.19 | 23.97 | 3.27 | - |
| YUV | 112.43 | 78.1 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 24 | 0 | 0.77 | 0.91 | 0.01 | 8.91 | 0.98 | 0.54 |
| Hex | FD | 3A | 18 | 0 | 4D | 5B | 1 | 9 | 62 | 36 |
| Octal | 375 | 72 | 30 | 0 | 115 | 133 | 1 | 11 | 142 | 66 |
| Binary | 11111101 | 111010 | 11000 | 0 | 1001101 | 1011011 | 1 | 1001 | 1100010 | 110110 |
Color Harmonies of #FD3A18
Complementary color
Monochromatic Colors of #FD3A18
Black with #FD3A18
Text Example
Text Example
White with #FD3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A18; }
p { color: rgb(253,58,24); }
H1.HeaderClassName
{
color: #FD3A18;
}
.AnyTagClassName
{
color: #FD3A18;
}
</style>
background-color css
<style>
a { background-color: #FD3A18; }
a { background-color: rgb(253,58,24); }
div.DivClassName
{
background-color: #FD3A18;
}
.BgClassName
{
background-color: #FD3A18;
}
</style>
border-color css
<style>
span { border-color: #FD3A18; }
span { border-color: rgb(253,58,24); }
td.TdClassName
{
border-color: #FD3A18;
}
.TagClassName
{
border-color: #FD3A18;
}
</style>