Html Css Color HEX #BE2D08 Harley Davidson Orange
📋 copy color: '#BE2D08'red 190 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #BE2D08
Tints of Harley Davidson Orange #BE2D08
RGB
CMYK
RGB Variations
Color information
#BE2D08 (or 0xBE2D08) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 08. RGB value is (190,45,8). Sum of RGB (Red+Green+Blue) = 190+45+8=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D08 is #41D2F7. Grayscale: #545454. Windows color (decimal): -4313848 or 535998. OLE color: 535998.
HSL color Cylindrical-coordinate representation of color #BE2D08: hue angle of 12.2º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE2D08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.25 |
| HSL | 12.2º | 0.92% | 0.39% | - |
| HSV(B) | 12.2º | 0.96% | 0.75% | - |
| XYZ | 22.22 | 12.84 | 1.54 | - |
| YUV | 84.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 8 | 0 | 0.76 | 0.96 | 0.25 | 12.2 | 0.92 | 0.39 |
| Hex | BE | 2D | 8 | 0 | 4C | 60 | 19 | C | 5C | 27 |
| Octal | 276 | 55 | 10 | 0 | 114 | 140 | 31 | 14 | 134 | 47 |
| Binary | 10111110 | 101101 | 1000 | 0 | 1001100 | 1100000 | 11001 | 1100 | 1011100 | 100111 |
Color Harmonies of #BE2D08
Complementary color
Monochromatic Colors of #BE2D08
Black with #BE2D08
Text Example
Text Example
White with #BE2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D08; }
p { color: rgb(190,45,8); }
H1.HeaderClassName
{
color: #BE2D08;
}
.AnyTagClassName
{
color: #BE2D08;
}
</style>
background-color css
<style>
a { background-color: #BE2D08; }
a { background-color: rgb(190,45,8); }
div.DivClassName
{
background-color: #BE2D08;
}
.BgClassName
{
background-color: #BE2D08;
}
</style>
border-color css
<style>
span { border-color: #BE2D08; }
span { border-color: rgb(190,45,8); }
td.TdClassName
{
border-color: #BE2D08;
}
.TagClassName
{
border-color: #BE2D08;
}
</style>