Shades of Orange Red #FF3809
Tints of Orange Red #FF3809
RGB
CMYK
RGB Variations
Color information
#FF3809 (or 0xFF3809) is known color: Orange Red. HEX triplet: FF, 38 and 09. RGB value is (255,56,9). Sum of RGB (Red+Green+Blue) = 255+56+9=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3809 is #00C7F6. Grayscale: #6E6E6E. Windows color (decimal): -51191 or 604415. OLE color: 604415.
HSL color Cylindrical-coordinate representation of color #FF3809: hue angle of 11.46º 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 #FF3809 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0 |
| HSL | 11.46º | 1% | 0.52% | - |
| HSV(B) | 11.46º | 0.96% | 1% | - |
| XYZ | 42.7 | 24.11 | 2.66 | - |
| YUV | 110.14 | 70.93 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 9 | 0 | 0.78 | 0.96 | 0 | 11.46 | 1 | 0.52 |
| Hex | FF | 38 | 9 | 0 | 4E | 60 | 0 | B | 64 | 34 |
| Octal | 377 | 70 | 11 | 0 | 116 | 140 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 111000 | 1001 | 0 | 1001110 | 1100000 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF3809
Complementary color
Monochromatic Colors of #FF3809
Black with #FF3809
Text Example
Text Example
White with #FF3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3809; }
p { color: rgb(255,56,9); }
H1.HeaderClassName
{
color: #FF3809;
}
.AnyTagClassName
{
color: #FF3809;
}
</style>
background-color css
<style>
a { background-color: #FF3809; }
a { background-color: rgb(255,56,9); }
div.DivClassName
{
background-color: #FF3809;
}
.BgClassName
{
background-color: #FF3809;
}
</style>
border-color css
<style>
span { border-color: #FF3809; }
span { border-color: rgb(255,56,9); }
td.TdClassName
{
border-color: #FF3809;
}
.TagClassName
{
border-color: #FF3809;
}
</style>