Html Css Color HEX #BE2D12 Harley Davidson Orange
📋 copy color: '#BE2D12'red 190 ◦ green 45 ◦ blue 18
Shades of Harley Davidson Orange #BE2D12
Tints of Harley Davidson Orange #BE2D12
RGB
CMYK
RGB Variations
Color information
#BE2D12 (or 0xBE2D12) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 12. RGB value is (190,45,18). Sum of RGB (Red+Green+Blue) = 190+45+18=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D12 is #41D2ED. Grayscale: #555555. Windows color (decimal): -4313838 or 1191358. OLE color: 1191358.
HSL color Cylindrical-coordinate representation of color #BE2D12: hue angle of 9.42º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE2D12 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.25 |
| HSL | 9.42º | 0.83% | 0.41% | - |
| HSV(B) | 9.42º | 0.91% | 0.75% | - |
| XYZ | 22.28 | 12.87 | 1.88 | - |
| YUV | 85.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 18 | 0 | 0.76 | 0.91 | 0.25 | 9.42 | 0.83 | 0.41 |
| Hex | BE | 2D | 12 | 0 | 4C | 5B | 19 | 9 | 53 | 29 |
| Octal | 276 | 55 | 22 | 0 | 114 | 133 | 31 | 11 | 123 | 51 |
| Binary | 10111110 | 101101 | 10010 | 0 | 1001100 | 1011011 | 11001 | 1001 | 1010011 | 101001 |
Color Harmonies of #BE2D12
Complementary color
Monochromatic Colors of #BE2D12
Black with #BE2D12
Text Example
Text Example
White with #BE2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D12; }
p { color: rgb(190,45,18); }
H1.HeaderClassName
{
color: #BE2D12;
}
.AnyTagClassName
{
color: #BE2D12;
}
</style>
background-color css
<style>
a { background-color: #BE2D12; }
a { background-color: rgb(190,45,18); }
div.DivClassName
{
background-color: #BE2D12;
}
.BgClassName
{
background-color: #BE2D12;
}
</style>
border-color css
<style>
span { border-color: #BE2D12; }
span { border-color: rgb(190,45,18); }
td.TdClassName
{
border-color: #BE2D12;
}
.TagClassName
{
border-color: #BE2D12;
}
</style>