Html Css Color HEX #BE2D1D Harley Davidson Orange

📋 copy color: '#BE2D1D'

red 190 ◦ green 45 ◦ blue 29

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

Shades of Harley Davidson Orange #BE2D1D

Tints of Harley Davidson Orange #BE2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 71.97%
G = 17.05%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE2D1D (or 0xBE2D1D) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 1D. RGB value is (190,45,29). Sum of RGB (Red+Green+Blue) = 190+45+29=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D1D is #41D2E2. Grayscale: #565656. Windows color (decimal): -4313827 or 1912254. OLE color: 1912254.

HSL color Cylindrical-coordinate representation of color #BE2D1D: hue angle of 5.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE2D1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 29 -
CMYK 0 0.76 0.85 0.25
HSL 5.96º 0.74% 0.43% -
HSV(B) 5.96º 0.85% 0.75% -
XYZ 22.4 12.91 2.47 -
YUV 86.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 190 45 29 0 0.76 0.85 0.25 5.96 0.74 0.43
Hex BE 2D 1D 0 4C 55 19 6 4A 2B
Octal 276 55 35 0 114 125 31 6 112 53
Binary 10111110 101101 11101 0 1001100 1010101 11001 110 1001010 101011

Color Harmonies of #BE2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D1D

Black with #BE2D1D

Text Example


Text Example

White with #BE2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D1D; }

 p { color: rgb(190,45,29); }

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

background-color css

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

 a { background-color: rgb(190,45,29); }

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

border-color css

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

 span { border-color: rgb(190,45,29); }

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