Html Css Color HEX #BE2C18 Harley Davidson Orange
📋 copy color: '#BE2C18'red 190 ◦ green 44 ◦ blue 24
Shades of Harley Davidson Orange #BE2C18
Tints of Harley Davidson Orange #BE2C18
RGB
CMYK
RGB Variations
Color information
#BE2C18 (or 0xBE2C18) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 18. RGB value is (190,44,24). Sum of RGB (Red+Green+Blue) = 190+44+24=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C18 is #41D3E7. Grayscale: #555555. Windows color (decimal): -4314088 or 1584318. OLE color: 1584318.
HSL color Cylindrical-coordinate representation of color #BE2C18: hue angle of 7.23º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE2C18 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 24 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.25 |
| HSL | 7.23º | 0.78% | 0.42% | - |
| HSV(B) | 7.23º | 0.87% | 0.75% | - |
| XYZ | 22.3 | 12.81 | 2.16 | - |
| YUV | 85.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 24 | 0 | 0.77 | 0.87 | 0.25 | 7.23 | 0.78 | 0.42 |
| Hex | BE | 2C | 18 | 0 | 4D | 57 | 19 | 7 | 4E | 2A |
| Octal | 276 | 54 | 30 | 0 | 115 | 127 | 31 | 7 | 116 | 52 |
| Binary | 10111110 | 101100 | 11000 | 0 | 1001101 | 1010111 | 11001 | 111 | 1001110 | 101010 |
Color Harmonies of #BE2C18
Complementary color
Monochromatic Colors of #BE2C18
Black with #BE2C18
Text Example
Text Example
White with #BE2C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C18; }
p { color: rgb(190,44,24); }
H1.HeaderClassName
{
color: #BE2C18;
}
.AnyTagClassName
{
color: #BE2C18;
}
</style>
background-color css
<style>
a { background-color: #BE2C18; }
a { background-color: rgb(190,44,24); }
div.DivClassName
{
background-color: #BE2C18;
}
.BgClassName
{
background-color: #BE2C18;
}
</style>
border-color css
<style>
span { border-color: #BE2C18; }
span { border-color: rgb(190,44,24); }
td.TdClassName
{
border-color: #BE2C18;
}
.TagClassName
{
border-color: #BE2C18;
}
</style>