Shades of Red Orange #FF3027
Tints of Red Orange #FF3027
RGB
CMYK
RGB Variations
Color information
#FF3027 (or 0xFF3027) is known color: Red Orange. HEX triplet: FF, 30 and 27. RGB value is (255,48,39). Sum of RGB (Red+Green+Blue) = 255+48+39=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3027 is #00CFD8. Grayscale: #6D6D6D. Windows color (decimal): -53209 or 2568447. OLE color: 2568447.
HSL color Cylindrical-coordinate representation of color #FF3027: hue angle of 2.5º 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 #FF3027 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 39 | - |
| CMYK | 0 | 0.81 | 0.85 | 0 |
| HSL | 2.5º | 1% | 0.58% | - |
| HSV(B) | 2.5º | 0.85% | 1% | - |
| XYZ | 42.66 | 23.52 | 4.21 | - |
| YUV | 108.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 39 | 0 | 0.81 | 0.85 | 0 | 2.5 | 1 | 0.58 |
| Hex | FF | 30 | 27 | 0 | 51 | 55 | 0 | 2 | 64 | 3A |
| Octal | 377 | 60 | 47 | 0 | 121 | 125 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 110000 | 100111 | 0 | 1010001 | 1010101 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF3027
Complementary color
Monochromatic Colors of #FF3027
Black with #FF3027
Text Example
Text Example
White with #FF3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3027; }
p { color: rgb(255,48,39); }
H1.HeaderClassName
{
color: #FF3027;
}
.AnyTagClassName
{
color: #FF3027;
}
</style>
background-color css
<style>
a { background-color: #FF3027; }
a { background-color: rgb(255,48,39); }
div.DivClassName
{
background-color: #FF3027;
}
.BgClassName
{
background-color: #FF3027;
}
</style>
border-color css
<style>
span { border-color: #FF3027; }
span { border-color: rgb(255,48,39); }
td.TdClassName
{
border-color: #FF3027;
}
.TagClassName
{
border-color: #FF3027;
}
</style>