Html Css Color HEX #BE2202 Harley Davidson Orange

📋 copy color: '#BE2202'

red 190 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #BE2202

Tints of Harley Davidson Orange #BE2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 84.07%
G = 15.04%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2202 (or 0xBE2202) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 02. RGB value is (190,34,2). Sum of RGB (Red+Green+Blue) = 190+34+2=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2202 is #41DDFD. Grayscale: #4D4D4D. Windows color (decimal): -4316670 or 139966. OLE color: 139966.

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

Color convert

RGB 190 34 2 -
CMYK 0 0.82 0.99 0.25
HSL 10.21º 0.98% 0.38% -
HSV(B) 10.21º 0.99% 0.75% -
XYZ 21.82 12.1 1.24 -
YUV 77 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 190 34 2 0 0.82 0.99 0.25 10.21 0.98 0.38
Hex BE 22 2 0 52 63 19 A 62 26
Octal 276 42 2 0 122 143 31 12 142 46
Binary 10111110 100010 10 0 1010010 1100011 11001 1010 1100010 100110

Color Harmonies of #BE2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2202

Black with #BE2202

Text Example


Text Example

White with #BE2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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