Shades of Red Orange #FF341A
Tints of Red Orange #FF341A
RGB
CMYK
RGB Variations
Color information
#FF341A (or 0xFF341A) is known color: Red Orange. HEX triplet: FF, 34 and 1A. RGB value is (255,52,26). Sum of RGB (Red+Green+Blue) = 255+52+26=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF341A is #00CBE5. Grayscale: #6E6E6E. Windows color (decimal): -52198 or 1717503. OLE color: 1717503.
HSL color Cylindrical-coordinate representation of color #FF341A: hue angle of 6.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF341A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 26 | - |
| CMYK | 0 | 0.80 | 0.90 | 0 |
| HSL | 6.81º | 1% | 0.55% | - |
| HSV(B) | 6.81º | 0.9% | 1% | - |
| XYZ | 42.65 | 23.79 | 3.32 | - |
| YUV | 109.73 | 80.75 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 26 | 0 | 0.80 | 0.90 | 0 | 6.81 | 1 | 0.55 |
| Hex | FF | 34 | 1A | 0 | 50 | 5A | 0 | 7 | 64 | 37 |
| Octal | 377 | 64 | 32 | 0 | 120 | 132 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110100 | 11010 | 0 | 1010000 | 1011010 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF341A
Complementary color
Monochromatic Colors of #FF341A
Black with #FF341A
Text Example
Text Example
White with #FF341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF341A; }
p { color: rgb(255,52,26); }
H1.HeaderClassName
{
color: #FF341A;
}
.AnyTagClassName
{
color: #FF341A;
}
</style>
background-color css
<style>
a { background-color: #FF341A; }
a { background-color: rgb(255,52,26); }
div.DivClassName
{
background-color: #FF341A;
}
.BgClassName
{
background-color: #FF341A;
}
</style>
border-color css
<style>
span { border-color: #FF341A; }
span { border-color: rgb(255,52,26); }
td.TdClassName
{
border-color: #FF341A;
}
.TagClassName
{
border-color: #FF341A;
}
</style>