Shades of Orange Red #FF400C
Tints of Orange Red #FF400C
RGB
CMYK
RGB Variations
Color information
#FF400C (or 0xFF400C) is known color: Orange Red. HEX triplet: FF, 40 and 0C. RGB value is (255,64,12). Sum of RGB (Red+Green+Blue) = 255+64+12=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF400C is #00BFF3. Grayscale: #737373. Windows color (decimal): -49140 or 803071. OLE color: 803071.
HSL color Cylindrical-coordinate representation of color #FF400C: hue angle of 12.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF400C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 12.84º | 1% | 0.52% | - |
| HSV(B) | 12.84º | 0.95% | 1% | - |
| XYZ | 43.14 | 24.95 | 2.89 | - |
| YUV | 115.18 | 69.78 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 12 | 0 | 0.75 | 0.95 | 0 | 12.84 | 1 | 0.52 |
| Hex | FF | 40 | C | 0 | 4B | 5F | 0 | D | 64 | 34 |
| Octal | 377 | 100 | 14 | 0 | 113 | 137 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 1000000 | 1100 | 0 | 1001011 | 1011111 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF400C
Complementary color
Monochromatic Colors of #FF400C
Black with #FF400C
Text Example
Text Example
White with #FF400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF400C; }
p { color: rgb(255,64,12); }
H1.HeaderClassName
{
color: #FF400C;
}
.AnyTagClassName
{
color: #FF400C;
}
</style>
background-color css
<style>
a { background-color: #FF400C; }
a { background-color: rgb(255,64,12); }
div.DivClassName
{
background-color: #FF400C;
}
.BgClassName
{
background-color: #FF400C;
}
</style>
border-color css
<style>
span { border-color: #FF400C; }
span { border-color: rgb(255,64,12); }
td.TdClassName
{
border-color: #FF400C;
}
.TagClassName
{
border-color: #FF400C;
}
</style>