Html Css Color HEX #BD2E1D Harley Davidson Orange

📋 copy color: '#BD2E1D'

red 189 ◦ green 46 ◦ blue 29

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

Shades of Harley Davidson Orange #BD2E1D

Tints of Harley Davidson Orange #BD2E1D

RGB

 RED value IS 189 (74.22% from 255) = 71.59%

 GREEN value IS 46 (18.36% from 255) = 17.42%

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

R = 71.59%
G = 17.42%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD2E1D (or 0xBD2E1D) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 1D. RGB value is (189,46,29). Sum of RGB (Red+Green+Blue) = 189+46+29=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E1D is #42D1E2. Grayscale: #575757. Windows color (decimal): -4379107 or 1912509. OLE color: 1912509.

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

Color convert

RGB 189 46 29 -
CMYK 0 0.76 0.85 0.26
HSL 6.38º 0.73% 0.43% -
HSV(B) 6.38º 0.85% 0.74% -
XYZ 22.19 12.86 2.48 -
YUV 86.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 189 46 29 0 0.76 0.85 0.26 6.38 0.73 0.43
Hex BD 2E 1D 0 4C 55 1A 6 49 2B
Octal 275 56 35 0 114 125 32 6 111 53
Binary 10111101 101110 11101 0 1001100 1010101 11010 110 1001001 101011

Color Harmonies of #BD2E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E1D

Black with #BD2E1D

Text Example


Text Example

White with #BD2E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E1D; }

 p { color: rgb(189,46,29); }

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

background-color css

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

 a { background-color: rgb(189,46,29); }

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

border-color css

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

 span { border-color: rgb(189,46,29); }

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