Html Css Color HEX #BE2814 Harley Davidson Orange

📋 copy color: '#BE2814'

red 190 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #BE2814

Tints of Harley Davidson Orange #BE2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 76%
G = 16%
B = 8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE2814 (or 0xBE2814) is known color: Harley Davidson Orange. HEX triplet: BE, 28 and 14. RGB value is (190,40,20). Sum of RGB (Red+Green+Blue) = 190+40+20=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2814 is #41D7EB. Grayscale: #525252. Windows color (decimal): -4315116 or 1321150. OLE color: 1321150.

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

Color convert

RGB 190 40 20 -
CMYK 0 0.79 0.89 0.25
HSL 7.06º 0.81% 0.41% -
HSV(B) 7.06º 0.89% 0.75% -
XYZ 22.12 12.52 1.91 -
YUV 82.57 92.7 204.63 -
System Red Green Blue C M Y K H S L
Decimal 190 40 20 0 0.79 0.89 0.25 7.06 0.81 0.41
Hex BE 28 14 0 4F 59 19 7 51 29
Octal 276 50 24 0 117 131 31 7 121 51
Binary 10111110 101000 10100 0 1001111 1011001 11001 111 1010001 101001

Color Harmonies of #BE2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2814

Black with #BE2814

Text Example


Text Example

White with #BE2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2814; }

 p { color: rgb(190,40,20); }

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

background-color css

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

 a { background-color: rgb(190,40,20); }

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

border-color css

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

 span { border-color: rgb(190,40,20); }

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