Shades of Red Orange #FF341D
Tints of Red Orange #FF341D
RGB
CMYK
RGB Variations
Color information
#FF341D (or 0xFF341D) is known color: Red Orange. HEX triplet: FF, 34 and 1D. RGB value is (255,52,29). Sum of RGB (Red+Green+Blue) = 255+52+29=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF341D is #00CBE2. Grayscale: #6E6E6E. Windows color (decimal): -52195 or 1914111. OLE color: 1914111.
HSL color Cylindrical-coordinate representation of color #FF341D: hue angle of 6.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF341D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 29 | - |
| CMYK | 0 | 0.80 | 0.89 | 0 |
| HSL | 6.11º | 1% | 0.56% | - |
| HSV(B) | 6.11º | 0.89% | 1% | - |
| XYZ | 42.69 | 23.8 | 3.51 | - |
| YUV | 110.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 29 | 0 | 0.80 | 0.89 | 0 | 6.11 | 1 | 0.56 |
| Hex | FF | 34 | 1D | 0 | 50 | 59 | 0 | 6 | 64 | 38 |
| Octal | 377 | 64 | 35 | 0 | 120 | 131 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 110100 | 11101 | 0 | 1010000 | 1011001 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF341D
Complementary color
Monochromatic Colors of #FF341D
Black with #FF341D
Text Example
Text Example
White with #FF341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF341D; }
p { color: rgb(255,52,29); }
H1.HeaderClassName
{
color: #FF341D;
}
.AnyTagClassName
{
color: #FF341D;
}
</style>
background-color css
<style>
a { background-color: #FF341D; }
a { background-color: rgb(255,52,29); }
div.DivClassName
{
background-color: #FF341D;
}
.BgClassName
{
background-color: #FF341D;
}
</style>
border-color css
<style>
span { border-color: #FF341D; }
span { border-color: rgb(255,52,29); }
td.TdClassName
{
border-color: #FF341D;
}
.TagClassName
{
border-color: #FF341D;
}
</style>