Html Css Color HEX #BE2C11 Harley Davidson Orange

📋 copy color: '#BE2C11'

red 190 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #BE2C11

Tints of Harley Davidson Orange #BE2C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 75.7%
G = 17.53%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE2C11 (or 0xBE2C11) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 11. RGB value is (190,44,17). Sum of RGB (Red+Green+Blue) = 190+44+17=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C11 is #41D3EE. Grayscale: #545454. Windows color (decimal): -4314095 or 1125566. OLE color: 1125566.

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

Color convert

RGB 190 44 17 -
CMYK 0 0.77 0.91 0.25
HSL 9.36º 0.84% 0.41% -
HSV(B) 9.36º 0.91% 0.75% -
XYZ 22.24 12.79 1.83 -
YUV 84.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 190 44 17 0 0.77 0.91 0.25 9.36 0.84 0.41
Hex BE 2C 11 0 4D 5B 19 9 54 29
Octal 276 54 21 0 115 133 31 11 124 51
Binary 10111110 101100 10001 0 1001101 1011011 11001 1001 1010100 101001

Color Harmonies of #BE2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C11

Black with #BE2C11

Text Example


Text Example

White with #BE2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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