#BE1D09

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

Shades of Harley Davidson Orange #BE1D09

Tints of Harley Davidson Orange #BE1D09

Color information

#BE1D09 (or 0xBE1D09) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 1D and 09. RGB value is (190,29,9). Sum of RGB (Red+Green+Blue) = 190+29+9=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D09 is #41E2F6. Grayscale: #4B4B4B. Windows color (decimal): -4317943 or 597438. OLE color: 597438.

HSL color Cylindrical-coordinate representation of color #BE1D09: hue angle of 6.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE1D09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB190299-
CMYK00.850.950.25
HSL6.63º90.95%39.02%-
HSV(B)6.63º95.26%74.51%-
XYZ21.7211.851.4-
YUV74.8690.84210.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 83.33%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 9 (3.91% from 255) = 3.95%
R=83.33%
G=12.72%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19029900.850.950.256.6390.9539.02
HexBE1D90555F1975b27
Octal2763511012513731713347
Binary10111110111011001010101011011111110011111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D09; }

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

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

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

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

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

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

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

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