Shades of Red Orange #FD3D1A
Tints of Red Orange #FD3D1A
RGB
CMYK
RGB Variations
Color information
#FD3D1A (or 0xFD3D1A) is known color: Red Orange. HEX triplet: FD, 3D and 1A. RGB value is (253,61,26). Sum of RGB (Red+Green+Blue) = 253+61+26=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3D1A is #02C2E5. Grayscale: #727272. Windows color (decimal): -180966 or 1719805. OLE color: 1719805.
HSL color Cylindrical-coordinate representation of color #FD3D1A: hue angle of 9.25º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD3D1A is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 61 | 26 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.01 |
| HSL | 9.25º | 0.98% | 0.55% | - |
| HSV(B) | 9.25º | 0.9% | 0.99% | - |
| XYZ | 42.36 | 24.29 | 3.43 | - |
| YUV | 114.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 61 | 26 | 0 | 0.76 | 0.90 | 0.01 | 9.25 | 0.98 | 0.55 |
| Hex | FD | 3D | 1A | 0 | 4C | 5A | 1 | 9 | 62 | 37 |
| Octal | 375 | 75 | 32 | 0 | 114 | 132 | 1 | 11 | 142 | 67 |
| Binary | 11111101 | 111101 | 11010 | 0 | 1001100 | 1011010 | 1 | 1001 | 1100010 | 110111 |
Color Harmonies of #FD3D1A
Complementary color
Monochromatic Colors of #FD3D1A
Black with #FD3D1A
Text Example
Text Example
White with #FD3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3D1A; }
p { color: rgb(253,61,26); }
H1.HeaderClassName
{
color: #FD3D1A;
}
.AnyTagClassName
{
color: #FD3D1A;
}
</style>
background-color css
<style>
a { background-color: #FD3D1A; }
a { background-color: rgb(253,61,26); }
div.DivClassName
{
background-color: #FD3D1A;
}
.BgClassName
{
background-color: #FD3D1A;
}
</style>
border-color css
<style>
span { border-color: #FD3D1A; }
span { border-color: rgb(253,61,26); }
td.TdClassName
{
border-color: #FD3D1A;
}
.TagClassName
{
border-color: #FD3D1A;
}
</style>