Html Css Color HEX #BE2C1C Harley Davidson Orange
📋 copy color: '#BE2C1C'red 190 ◦ green 44 ◦ blue 28
Shades of Harley Davidson Orange #BE2C1C
Tints of Harley Davidson Orange #BE2C1C
RGB
CMYK
RGB Variations
Color information
#BE2C1C (or 0xBE2C1C) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 1C. RGB value is (190,44,28). Sum of RGB (Red+Green+Blue) = 190+44+28=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C1C is #41D3E3. Grayscale: #565656. Windows color (decimal): -4314084 or 1846462. OLE color: 1846462.
HSL color Cylindrical-coordinate representation of color #BE2C1C: hue angle of 5.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE2C1C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 28 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.25 |
| HSL | 5.93º | 0.74% | 0.43% | - |
| HSV(B) | 5.93º | 0.85% | 0.75% | - |
| XYZ | 22.35 | 12.83 | 2.4 | - |
| YUV | 85.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 28 | 0 | 0.77 | 0.85 | 0.25 | 5.93 | 0.74 | 0.43 |
| Hex | BE | 2C | 1C | 0 | 4D | 55 | 19 | 6 | 4A | 2B |
| Octal | 276 | 54 | 34 | 0 | 115 | 125 | 31 | 6 | 112 | 53 |
| Binary | 10111110 | 101100 | 11100 | 0 | 1001101 | 1010101 | 11001 | 110 | 1001010 | 101011 |
Color Harmonies of #BE2C1C
Complementary color
Monochromatic Colors of #BE2C1C
Black with #BE2C1C
Text Example
Text Example
White with #BE2C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C1C; }
p { color: rgb(190,44,28); }
H1.HeaderClassName
{
color: #BE2C1C;
}
.AnyTagClassName
{
color: #BE2C1C;
}
</style>
background-color css
<style>
a { background-color: #BE2C1C; }
a { background-color: rgb(190,44,28); }
div.DivClassName
{
background-color: #BE2C1C;
}
.BgClassName
{
background-color: #BE2C1C;
}
</style>
border-color css
<style>
span { border-color: #BE2C1C; }
span { border-color: rgb(190,44,28); }
td.TdClassName
{
border-color: #BE2C1C;
}
.TagClassName
{
border-color: #BE2C1C;
}
</style>