Html Css Color HEX #BE1D04 Harley Davidson Orange
📋 copy color: '#BE1D04'red 190 ◦ green 29 ◦ blue 4
Shades of Harley Davidson Orange #BE1D04
Tints of Harley Davidson Orange #BE1D04
RGB
CMYK
RGB Variations
Color information
#BE1D04 (or 0xBE1D04) is known color: Harley Davidson Orange. HEX triplet: BE, 1D and 04. RGB value is (190,29,4). Sum of RGB (Red+Green+Blue) = 190+29+4=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D04 is #41E2FB. Grayscale: #4A4A4A. Windows color (decimal): -4317948 or 269758. OLE color: 269758.
HSL color Cylindrical-coordinate representation of color #BE1D04: hue angle of 8.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE1D04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.25 |
| HSL | 8.06º | 0.96% | 0.38% | - |
| HSV(B) | 8.06º | 0.98% | 0.75% | - |
| XYZ | 21.7 | 11.83 | 1.26 | - |
| YUV | 74.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 4 | 0 | 0.85 | 0.98 | 0.25 | 8.06 | 0.96 | 0.38 |
| Hex | BE | 1D | 4 | 0 | 55 | 62 | 19 | 8 | 60 | 26 |
| Octal | 276 | 35 | 4 | 0 | 125 | 142 | 31 | 10 | 140 | 46 |
| Binary | 10111110 | 11101 | 100 | 0 | 1010101 | 1100010 | 11001 | 1000 | 1100000 | 100110 |
Color Harmonies of #BE1D04
Complementary color
Monochromatic Colors of #BE1D04
Black with #BE1D04
Text Example
Text Example
White with #BE1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D04; }
p { color: rgb(190,29,4); }
H1.HeaderClassName
{
color: #BE1D04;
}
.AnyTagClassName
{
color: #BE1D04;
}
</style>
background-color css
<style>
a { background-color: #BE1D04; }
a { background-color: rgb(190,29,4); }
div.DivClassName
{
background-color: #BE1D04;
}
.BgClassName
{
background-color: #BE1D04;
}
</style>
border-color css
<style>
span { border-color: #BE1D04; }
span { border-color: rgb(190,29,4); }
td.TdClassName
{
border-color: #BE1D04;
}
.TagClassName
{
border-color: #BE1D04;
}
</style>