#BE1D07

Color #BE1D07 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BE1D07

Tints of Harley Davidson Orange #BE1D07

Color information

#BE1D07 (or 0xBE1D07) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 1D and 07. RGB value is (190,29,7). Sum of RGB (Red+Green+Blue) = 190+29+7=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D07 is #41E2F8. Grayscale: #4A4A4A. Windows color (decimal): -4317945 or 466366. OLE color: 466366.

HSL color Cylindrical-coordinate representation of color #BE1D07: hue angle of 7.21º degrees, saturation: 0.93, 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 #BE1D07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB190297-
CMYK00.850.960.25
HSL7.21º92.89%38.63%-
HSV(B)7.21º96.32%74.51%-
XYZ21.7111.841.34-
YUV74.6389.84210.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 84.07%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=84.07%
G=12.83%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19029700.850.960.257.2192.8938.63
HexBE1D7055601975d27
Octal276357012514031713547
Binary1011111011101111010101011100000110011111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D07; }

 p { color: rgb(190,29,7); }

 H1.HeaderClassName
 {
   color: #BE1D07;
 }
 .AnyTagClassName
 {
   color: #BE1D07;
 }
</style>
background-color css

<style>
 a { background-color: #BE1D07; }

 a { background-color: rgb(190,29,7); }

 div.DivClassName
 {
   background-color: #BE1D07;
 }
 .BgClassName
 {
   background-color: #BE1D07;
 }
</style>
border-color css

<style>
 span { border-color: #BE1D07; }

 span { border-color: rgb(190,29,7); }

 td.TdClassName
 {
   border-color: #BE1D07;
 }
 .TagClassName
 {
   border-color: #BE1D07;
 }
</style>