Shades of Red Orange #FF3A2D
Tints of Red Orange #FF3A2D
RGB
CMYK
RGB Variations
Color information
#FF3A2D (or 0xFF3A2D) is known color: Red Orange. HEX triplet: FF, 3A and 2D. RGB value is (255,58,45). Sum of RGB (Red+Green+Blue) = 255+58+45=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A2D is #00C5D2. Grayscale: #737373. Windows color (decimal): -50643 or 2964223. OLE color: 2964223.
HSL color Cylindrical-coordinate representation of color #FF3A2D: hue angle of 3.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF3A2D is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 45 | - |
| CMYK | 0 | 0.77 | 0.82 | 0 |
| HSL | 3.71º | 1% | 0.59% | - |
| HSV(B) | 3.71º | 0.82% | 1% | - |
| XYZ | 43.23 | 24.48 | 4.93 | - |
| YUV | 115.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 45 | 0 | 0.77 | 0.82 | 0 | 3.71 | 1 | 0.59 |
| Hex | FF | 3A | 2D | 0 | 4D | 52 | 0 | 4 | 64 | 3B |
| Octal | 377 | 72 | 55 | 0 | 115 | 122 | 0 | 4 | 144 | 73 |
| Binary | 11111111 | 111010 | 101101 | 0 | 1001101 | 1010010 | 0 | 100 | 1100100 | 111011 |
Color Harmonies of #FF3A2D
Complementary color
Monochromatic Colors of #FF3A2D
Black with #FF3A2D
Text Example
Text Example
White with #FF3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A2D; }
p { color: rgb(255,58,45); }
H1.HeaderClassName
{
color: #FF3A2D;
}
.AnyTagClassName
{
color: #FF3A2D;
}
</style>
background-color css
<style>
a { background-color: #FF3A2D; }
a { background-color: rgb(255,58,45); }
div.DivClassName
{
background-color: #FF3A2D;
}
.BgClassName
{
background-color: #FF3A2D;
}
</style>
border-color css
<style>
span { border-color: #FF3A2D; }
span { border-color: rgb(255,58,45); }
td.TdClassName
{
border-color: #FF3A2D;
}
.TagClassName
{
border-color: #FF3A2D;
}
</style>