Html Css Color HEX #BE3D21 Harley Davidson Orange
📋 copy color: '#BE3D21'red 190 ◦ green 61 ◦ blue 33
Shades of Harley Davidson Orange #BE3D21
Tints of Harley Davidson Orange #BE3D21
RGB
CMYK
RGB Variations
Color information
#BE3D21 (or 0xBE3D21) is known color: Harley Davidson Orange. HEX triplet: BE, 3D and 21. RGB value is (190,61,33). Sum of RGB (Red+Green+Blue) = 190+61+33=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D21 is #41C2DE. Grayscale: #606060. Windows color (decimal): -4309727 or 2178494. OLE color: 2178494.
HSL color Cylindrical-coordinate representation of color #BE3D21: hue angle of 10.7º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3D21 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 33 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.25 |
| HSL | 10.7º | 0.7% | 0.44% | - |
| HSV(B) | 10.7º | 0.83% | 0.75% | - |
| XYZ | 23.18 | 14.39 | 3 | - |
| YUV | 96.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 33 | 0 | 0.68 | 0.83 | 0.25 | 10.7 | 0.7 | 0.44 |
| Hex | BE | 3D | 21 | 0 | 44 | 53 | 19 | B | 46 | 2C |
| Octal | 276 | 75 | 41 | 0 | 104 | 123 | 31 | 13 | 106 | 54 |
| Binary | 10111110 | 111101 | 100001 | 0 | 1000100 | 1010011 | 11001 | 1011 | 1000110 | 101100 |
Color Harmonies of #BE3D21
Complementary color
Monochromatic Colors of #BE3D21
Black with #BE3D21
Text Example
Text Example
White with #BE3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D21; }
p { color: rgb(190,61,33); }
H1.HeaderClassName
{
color: #BE3D21;
}
.AnyTagClassName
{
color: #BE3D21;
}
</style>
background-color css
<style>
a { background-color: #BE3D21; }
a { background-color: rgb(190,61,33); }
div.DivClassName
{
background-color: #BE3D21;
}
.BgClassName
{
background-color: #BE3D21;
}
</style>
border-color css
<style>
span { border-color: #BE3D21; }
span { border-color: rgb(190,61,33); }
td.TdClassName
{
border-color: #BE3D21;
}
.TagClassName
{
border-color: #BE3D21;
}
</style>