Html Css Color HEX #BE2C02 Harley Davidson Orange

📋 copy color: '#BE2C02'

red 190 ◦ green 44 ◦ blue 2

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

Shades of Harley Davidson Orange #BE2C02

Tints of Harley Davidson Orange #BE2C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 80.51%
G = 18.64%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2C02 (or 0xBE2C02) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 02. RGB value is (190,44,2). Sum of RGB (Red+Green+Blue) = 190+44+2=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C02 is #41D3FD. Grayscale: #535353. Windows color (decimal): -4314110 or 142526. OLE color: 142526.

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

Color convert

RGB 190 44 2 -
CMYK 0 0.77 0.99 0.25
HSL 13.4º 0.98% 0.38% -
HSV(B) 13.4º 0.99% 0.75% -
XYZ 22.15 12.75 1.35 -
YUV 82.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 190 44 2 0 0.77 0.99 0.25 13.4 0.98 0.38
Hex BE 2C 2 0 4D 63 19 D 62 26
Octal 276 54 2 0 115 143 31 15 142 46
Binary 10111110 101100 10 0 1001101 1100011 11001 1101 1100010 100110

Color Harmonies of #BE2C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C02

Black with #BE2C02

Text Example


Text Example

White with #BE2C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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