Shades of Orange Red #FF3D09
Tints of Orange Red #FF3D09
RGB
CMYK
RGB Variations
Color information
#FF3D09 (or 0xFF3D09) is known color: Orange Red. HEX triplet: FF, 3D and 09. RGB value is (255,61,9). Sum of RGB (Red+Green+Blue) = 255+61+9=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D09 is #00C2F6. Grayscale: #717171. Windows color (decimal): -49911 or 605695. OLE color: 605695.
HSL color Cylindrical-coordinate representation of color #FF3D09: hue angle of 12.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF3D09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0 |
| HSL | 12.68º | 1% | 0.52% | - |
| HSV(B) | 12.68º | 0.96% | 1% | - |
| XYZ | 42.96 | 24.62 | 2.75 | - |
| YUV | 113.08 | 69.27 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 9 | 0 | 0.76 | 0.96 | 0 | 12.68 | 1 | 0.52 |
| Hex | FF | 3D | 9 | 0 | 4C | 60 | 0 | D | 64 | 34 |
| Octal | 377 | 75 | 11 | 0 | 114 | 140 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 111101 | 1001 | 0 | 1001100 | 1100000 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF3D09
Complementary color
Monochromatic Colors of #FF3D09
Black with #FF3D09
Text Example
Text Example
White with #FF3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D09; }
p { color: rgb(255,61,9); }
H1.HeaderClassName
{
color: #FF3D09;
}
.AnyTagClassName
{
color: #FF3D09;
}
</style>
background-color css
<style>
a { background-color: #FF3D09; }
a { background-color: rgb(255,61,9); }
div.DivClassName
{
background-color: #FF3D09;
}
.BgClassName
{
background-color: #FF3D09;
}
</style>
border-color css
<style>
span { border-color: #FF3D09; }
span { border-color: rgb(255,61,9); }
td.TdClassName
{
border-color: #FF3D09;
}
.TagClassName
{
border-color: #FF3D09;
}
</style>