Shades of Red Orange #FF3427
Tints of Red Orange #FF3427
RGB
CMYK
RGB Variations
Color information
#FF3427 (or 0xFF3427) is known color: Red Orange. HEX triplet: FF, 34 and 27. RGB value is (255,52,39). Sum of RGB (Red+Green+Blue) = 255+52+39=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3427 is #00CBD8. Grayscale: #6F6F6F. Windows color (decimal): -52185 or 2569471. OLE color: 2569471.
HSL color Cylindrical-coordinate representation of color #FF3427: hue angle of 3.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF3427 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 39 | - |
| CMYK | 0 | 0.80 | 0.85 | 0 |
| HSL | 3.61º | 1% | 0.58% | - |
| HSV(B) | 3.61º | 0.85% | 1% | - |
| XYZ | 42.83 | 23.86 | 4.27 | - |
| YUV | 111.22 | 87.25 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 39 | 0 | 0.80 | 0.85 | 0 | 3.61 | 1 | 0.58 |
| Hex | FF | 34 | 27 | 0 | 50 | 55 | 0 | 4 | 64 | 3A |
| Octal | 377 | 64 | 47 | 0 | 120 | 125 | 0 | 4 | 144 | 72 |
| Binary | 11111111 | 110100 | 100111 | 0 | 1010000 | 1010101 | 0 | 100 | 1100100 | 111010 |
Color Harmonies of #FF3427
Complementary color
Monochromatic Colors of #FF3427
Black with #FF3427
Text Example
Text Example
White with #FF3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3427; }
p { color: rgb(255,52,39); }
H1.HeaderClassName
{
color: #FF3427;
}
.AnyTagClassName
{
color: #FF3427;
}
</style>
background-color css
<style>
a { background-color: #FF3427; }
a { background-color: rgb(255,52,39); }
div.DivClassName
{
background-color: #FF3427;
}
.BgClassName
{
background-color: #FF3427;
}
</style>
border-color css
<style>
span { border-color: #FF3427; }
span { border-color: rgb(255,52,39); }
td.TdClassName
{
border-color: #FF3427;
}
.TagClassName
{
border-color: #FF3427;
}
</style>