Html Css Color HEX #BD371D Harley Davidson Orange

📋 copy color: '#BD371D'

red 189 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #BD371D

Tints of Harley Davidson Orange #BD371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 69.23%
G = 20.15%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD371D (or 0xBD371D) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 1D. RGB value is (189,55,29). Sum of RGB (Red+Green+Blue) = 189+55+29=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD371D is #42C8E2. Grayscale: #5C5C5C. Windows color (decimal): -4376803 or 1914813. OLE color: 1914813.

HSL color Cylindrical-coordinate representation of color #BD371D: hue angle of 9.75º 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 #BD371D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 29 -
CMYK 0 0.71 0.85 0.26
HSL 9.75º 0.73% 0.43% -
HSV(B) 9.75º 0.85% 0.74% -
XYZ 22.57 13.64 2.61 -
YUV 92.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 189 55 29 0 0.71 0.85 0.26 9.75 0.73 0.43
Hex BD 37 1D 0 47 55 1A A 49 2B
Octal 275 67 35 0 107 125 32 12 111 53
Binary 10111101 110111 11101 0 1000111 1010101 11010 1010 1001001 101011

Color Harmonies of #BD371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD371D

Black with #BD371D

Text Example


Text Example

White with #BD371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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