Html Css Color HEX #BE3E24 Harley Davidson Orange
📋 copy color: '#BE3E24'red 190 ◦ green 62 ◦ blue 36
Shades of Harley Davidson Orange #BE3E24
Tints of Harley Davidson Orange #BE3E24
RGB
CMYK
RGB Variations
Color information
#BE3E24 (or 0xBE3E24) is known color: Harley Davidson Orange. HEX triplet: BE, 3E and 24. RGB value is (190,62,36). Sum of RGB (Red+Green+Blue) = 190+62+36=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E24 is #41C1DB. Grayscale: #616161. Windows color (decimal): -4309468 or 2375358. OLE color: 2375358.
HSL color Cylindrical-coordinate representation of color #BE3E24: hue angle of 10.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE3E24 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 36 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.25 |
| HSL | 10.13º | 0.68% | 0.44% | - |
| HSV(B) | 10.13º | 0.81% | 0.75% | - |
| XYZ | 23.28 | 14.52 | 3.24 | - |
| YUV | 97.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 36 | 0 | 0.67 | 0.81 | 0.25 | 10.13 | 0.68 | 0.44 |
| Hex | BE | 3E | 24 | 0 | 43 | 51 | 19 | A | 44 | 2C |
| Octal | 276 | 76 | 44 | 0 | 103 | 121 | 31 | 12 | 104 | 54 |
| Binary | 10111110 | 111110 | 100100 | 0 | 1000011 | 1010001 | 11001 | 1010 | 1000100 | 101100 |
Color Harmonies of #BE3E24
Complementary color
Monochromatic Colors of #BE3E24
Black with #BE3E24
Text Example
Text Example
White with #BE3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E24; }
p { color: rgb(190,62,36); }
H1.HeaderClassName
{
color: #BE3E24;
}
.AnyTagClassName
{
color: #BE3E24;
}
</style>
background-color css
<style>
a { background-color: #BE3E24; }
a { background-color: rgb(190,62,36); }
div.DivClassName
{
background-color: #BE3E24;
}
.BgClassName
{
background-color: #BE3E24;
}
</style>
border-color css
<style>
span { border-color: #BE3E24; }
span { border-color: rgb(190,62,36); }
td.TdClassName
{
border-color: #BE3E24;
}
.TagClassName
{
border-color: #BE3E24;
}
</style>