Shades of Orange Red #FF400D
Tints of Orange Red #FF400D
RGB
CMYK
RGB Variations
Color information
#FF400D (or 0xFF400D) is known color: Orange Red. HEX triplet: FF, 40 and 0D. RGB value is (255,64,13). Sum of RGB (Red+Green+Blue) = 255+64+13=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF400D is #00BFF2. Grayscale: #737373. Windows color (decimal): -49139 or 868607. OLE color: 868607.
HSL color Cylindrical-coordinate representation of color #FF400D: hue angle of 12.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF400D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 12.64º | 1% | 0.53% | - |
| HSV(B) | 12.64º | 0.95% | 1% | - |
| XYZ | 43.15 | 24.96 | 2.92 | - |
| YUV | 115.3 | 70.28 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 13 | 0 | 0.75 | 0.95 | 0 | 12.64 | 1 | 0.53 |
| Hex | FF | 40 | D | 0 | 4B | 5F | 0 | D | 64 | 35 |
| Octal | 377 | 100 | 15 | 0 | 113 | 137 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000000 | 1101 | 0 | 1001011 | 1011111 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF400D
Complementary color
Monochromatic Colors of #FF400D
Black with #FF400D
Text Example
Text Example
White with #FF400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF400D; }
p { color: rgb(255,64,13); }
H1.HeaderClassName
{
color: #FF400D;
}
.AnyTagClassName
{
color: #FF400D;
}
</style>
background-color css
<style>
a { background-color: #FF400D; }
a { background-color: rgb(255,64,13); }
div.DivClassName
{
background-color: #FF400D;
}
.BgClassName
{
background-color: #FF400D;
}
</style>
border-color css
<style>
span { border-color: #FF400D; }
span { border-color: rgb(255,64,13); }
td.TdClassName
{
border-color: #FF400D;
}
.TagClassName
{
border-color: #FF400D;
}
</style>