Shades of Orange Red #FF3D10
Tints of Orange Red #FF3D10
RGB
CMYK
RGB Variations
Color information
#FF3D10 (or 0xFF3D10) is known color: Orange Red. HEX triplet: FF, 3D and 10. RGB value is (255,61,16). Sum of RGB (Red+Green+Blue) = 255+61+16=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D10 is #00C2EF. Grayscale: #727272. Windows color (decimal): -49904 or 1064447. OLE color: 1064447.
HSL color Cylindrical-coordinate representation of color #FF3D10: hue angle of 11.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF3D10 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 16 | - |
| CMYK | 0 | 0.76 | 0.94 | 0 |
| HSL | 11.3º | 1% | 0.53% | - |
| HSV(B) | 11.3º | 0.94% | 1% | - |
| XYZ | 43 | 24.63 | 2.98 | - |
| YUV | 113.88 | 72.77 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 16 | 0 | 0.76 | 0.94 | 0 | 11.3 | 1 | 0.53 |
| Hex | FF | 3D | 10 | 0 | 4C | 5E | 0 | B | 64 | 35 |
| Octal | 377 | 75 | 20 | 0 | 114 | 136 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111101 | 10000 | 0 | 1001100 | 1011110 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF3D10
Complementary color
Monochromatic Colors of #FF3D10
Black with #FF3D10
Text Example
Text Example
White with #FF3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D10; }
p { color: rgb(255,61,16); }
H1.HeaderClassName
{
color: #FF3D10;
}
.AnyTagClassName
{
color: #FF3D10;
}
</style>
background-color css
<style>
a { background-color: #FF3D10; }
a { background-color: rgb(255,61,16); }
div.DivClassName
{
background-color: #FF3D10;
}
.BgClassName
{
background-color: #FF3D10;
}
</style>
border-color css
<style>
span { border-color: #FF3D10; }
span { border-color: rgb(255,61,16); }
td.TdClassName
{
border-color: #FF3D10;
}
.TagClassName
{
border-color: #FF3D10;
}
</style>