Shades of Red Orange #FF3A34
Tints of Red Orange #FF3A34
RGB
CMYK
RGB Variations
Color information
#FF3A34 (or 0xFF3A34) is known color: Red Orange. HEX triplet: FF, 3A and 34. RGB value is (255,58,52). Sum of RGB (Red+Green+Blue) = 255+58+52=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A34 is #00C5CB. Grayscale: #747474. Windows color (decimal): -50636 or 3422975. OLE color: 3422975.
HSL color Cylindrical-coordinate representation of color #FF3A34: hue angle of 1.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3A34 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 52 | - |
| CMYK | 0 | 0.77 | 0.80 | 0 |
| HSL | 1.77º | 1% | 0.6% | - |
| HSV(B) | 1.77º | 0.8% | 1% | - |
| XYZ | 43.37 | 24.53 | 5.7 | - |
| YUV | 116.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 52 | 0 | 0.77 | 0.80 | 0 | 1.77 | 1 | 0.6 |
| Hex | FF | 3A | 34 | 0 | 4D | 50 | 0 | 2 | 64 | 3C |
| Octal | 377 | 72 | 64 | 0 | 115 | 120 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111010 | 110100 | 0 | 1001101 | 1010000 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3A34
Complementary color
Monochromatic Colors of #FF3A34
Black with #FF3A34
Text Example
Text Example
White with #FF3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A34; }
p { color: rgb(255,58,52); }
H1.HeaderClassName
{
color: #FF3A34;
}
.AnyTagClassName
{
color: #FF3A34;
}
</style>
background-color css
<style>
a { background-color: #FF3A34; }
a { background-color: rgb(255,58,52); }
div.DivClassName
{
background-color: #FF3A34;
}
.BgClassName
{
background-color: #FF3A34;
}
</style>
border-color css
<style>
span { border-color: #FF3A34; }
span { border-color: rgb(255,58,52); }
td.TdClassName
{
border-color: #FF3A34;
}
.TagClassName
{
border-color: #FF3A34;
}
</style>