Html Css Color HEX #BE2C08 Harley Davidson Orange

📋 copy color: '#BE2C08'

red 190 ◦ green 44 ◦ blue 8

#BE2C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BE2C08

Tints of Harley Davidson Orange #BE2C08

RGB

 RED value IS 190 (74.61% from 255) = 78.51%

 GREEN value IS 44 (17.58% from 255) = 18.18%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 78.51%
G = 18.18%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE2C08 (or 0xBE2C08) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 08. RGB value is (190,44,8). Sum of RGB (Red+Green+Blue) = 190+44+8=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C08 is #41D3F7. Grayscale: #535353. Windows color (decimal): -4314104 or 535742. OLE color: 535742.

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

Color convert

RGB 190 44 8 -
CMYK 0 0.77 0.96 0.25
HSL 11.87º 0.92% 0.39% -
HSV(B) 11.87º 0.96% 0.75% -
XYZ 22.18 12.77 1.52 -
YUV 83.55 85.37 203.93 -
System Red Green Blue C M Y K H S L
Decimal 190 44 8 0 0.77 0.96 0.25 11.87 0.92 0.39
Hex BE 2C 8 0 4D 60 19 C 5C 27
Octal 276 54 10 0 115 140 31 14 134 47
Binary 10111110 101100 1000 0 1001101 1100000 11001 1100 1011100 100111

Color Harmonies of #BE2C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C08

Black with #BE2C08

Text Example


Text Example

White with #BE2C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C08; }

 p { color: rgb(190,44,8); }

 H1.HeaderClassName
 {
   color: #BE2C08;
 }
 .AnyTagClassName
 {
   color: #BE2C08;
 }
</style>

background-color css

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

 a { background-color: rgb(190,44,8); }

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

border-color css

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

 span { border-color: rgb(190,44,8); }

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