Shades of Red Orange #FF3A2C
Tints of Red Orange #FF3A2C
RGB
CMYK
RGB Variations
Color information
#FF3A2C (or 0xFF3A2C) is known color: Red Orange. HEX triplet: FF, 3A and 2C. RGB value is (255,58,44). Sum of RGB (Red+Green+Blue) = 255+58+44=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A2C is #00C5D3. Grayscale: #737373. Windows color (decimal): -50644 or 2898687. OLE color: 2898687.
HSL color Cylindrical-coordinate representation of color #FF3A2C: hue angle of 3.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF3A2C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 44 | - |
| CMYK | 0 | 0.77 | 0.83 | 0 |
| HSL | 3.98º | 1% | 0.59% | - |
| HSV(B) | 3.98º | 0.83% | 1% | - |
| XYZ | 43.21 | 24.47 | 4.83 | - |
| YUV | 115.31 | 87.77 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 44 | 0 | 0.77 | 0.83 | 0 | 3.98 | 1 | 0.59 |
| Hex | FF | 3A | 2C | 0 | 4D | 53 | 0 | 4 | 64 | 3B |
| Octal | 377 | 72 | 54 | 0 | 115 | 123 | 0 | 4 | 144 | 73 |
| Binary | 11111111 | 111010 | 101100 | 0 | 1001101 | 1010011 | 0 | 100 | 1100100 | 111011 |
Color Harmonies of #FF3A2C
Complementary color
Monochromatic Colors of #FF3A2C
Black with #FF3A2C
Text Example
Text Example
White with #FF3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A2C; }
p { color: rgb(255,58,44); }
H1.HeaderClassName
{
color: #FF3A2C;
}
.AnyTagClassName
{
color: #FF3A2C;
}
</style>
background-color css
<style>
a { background-color: #FF3A2C; }
a { background-color: rgb(255,58,44); }
div.DivClassName
{
background-color: #FF3A2C;
}
.BgClassName
{
background-color: #FF3A2C;
}
</style>
border-color css
<style>
span { border-color: #FF3A2C; }
span { border-color: rgb(255,58,44); }
td.TdClassName
{
border-color: #FF3A2C;
}
.TagClassName
{
border-color: #FF3A2C;
}
</style>