Shades of Porsche #E2925B
Tints of Porsche #E2925B
RGB
CMYK
RGB Variations
Color information
#E2925B (or 0xE2925B) is known color: Porsche. HEX triplet: E2, 92 and 5B. RGB value is (226,146,91). Sum of RGB (Red+Green+Blue) = 226+146+91=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2925B is #1D6DA4. Grayscale: #A3A3A3. Windows color (decimal): -1928613 or 6001378. OLE color: 6001378.
HSL color Cylindrical-coordinate representation of color #E2925B: hue angle of 24.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2925B is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 91 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.11 |
| HSL | 24.44º | 0.7% | 0.62% | - |
| HSV(B) | 24.44º | 0.6% | 0.89% | - |
| XYZ | 43.53 | 37.48 | 14.84 | - |
| YUV | 163.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 91 | 0 | 0.35 | 0.60 | 0.11 | 24.44 | 0.7 | 0.62 |
| Hex | E2 | 92 | 5B | 0 | 23 | 3C | B | 18 | 46 | 3E |
| Octal | 342 | 222 | 133 | 0 | 43 | 74 | 13 | 30 | 106 | 76 |
| Binary | 11100010 | 10010010 | 1011011 | 0 | 100011 | 111100 | 1011 | 11000 | 1000110 | 111110 |
Color Harmonies of #E2925B
Complementary color
Monochromatic Colors of #E2925B
Black with #E2925B
Text Example
Text Example
White with #E2925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2925B; }
p { color: rgb(226,146,91); }
H1.HeaderClassName
{
color: #E2925B;
}
.AnyTagClassName
{
color: #E2925B;
}
</style>
background-color css
<style>
a { background-color: #E2925B; }
a { background-color: rgb(226,146,91); }
div.DivClassName
{
background-color: #E2925B;
}
.BgClassName
{
background-color: #E2925B;
}
</style>
border-color css
<style>
span { border-color: #E2925B; }
span { border-color: rgb(226,146,91); }
td.TdClassName
{
border-color: #E2925B;
}
.TagClassName
{
border-color: #E2925B;
}
</style>