Shades of Orange Red #FD3A0C
Tints of Orange Red #FD3A0C
RGB
CMYK
RGB Variations
Color information
#FD3A0C (or 0xFD3A0C) is known color: Orange Red. HEX triplet: FD, 3A and 0C. RGB value is (253,58,12). Sum of RGB (Red+Green+Blue) = 253+58+12=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A0C is #02C5F3. Grayscale: #6F6F6F. Windows color (decimal): -181748 or 801533. OLE color: 801533.
HSL color Cylindrical-coordinate representation of color #FD3A0C: hue angle of 11.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD3A0C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.01 |
| HSL | 11.45º | 0.98% | 0.52% | - |
| HSV(B) | 11.45º | 0.95% | 0.99% | - |
| XYZ | 42.09 | 23.94 | 2.75 | - |
| YUV | 111.06 | 72.1 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 12 | 0 | 0.77 | 0.95 | 0.01 | 11.45 | 0.98 | 0.52 |
| Hex | FD | 3A | C | 0 | 4D | 5F | 1 | B | 62 | 34 |
| Octal | 375 | 72 | 14 | 0 | 115 | 137 | 1 | 13 | 142 | 64 |
| Binary | 11111101 | 111010 | 1100 | 0 | 1001101 | 1011111 | 1 | 1011 | 1100010 | 110100 |
Color Harmonies of #FD3A0C
Complementary color
Monochromatic Colors of #FD3A0C
Black with #FD3A0C
Text Example
Text Example
White with #FD3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A0C; }
p { color: rgb(253,58,12); }
H1.HeaderClassName
{
color: #FD3A0C;
}
.AnyTagClassName
{
color: #FD3A0C;
}
</style>
background-color css
<style>
a { background-color: #FD3A0C; }
a { background-color: rgb(253,58,12); }
div.DivClassName
{
background-color: #FD3A0C;
}
.BgClassName
{
background-color: #FD3A0C;
}
</style>
border-color css
<style>
span { border-color: #FD3A0C; }
span { border-color: rgb(253,58,12); }
td.TdClassName
{
border-color: #FD3A0C;
}
.TagClassName
{
border-color: #FD3A0C;
}
</style>