Html Css Color HEX #BD2001 Harley Davidson Orange

📋 copy color: '#BD2001'

red 189 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #BD2001

Tints of Harley Davidson Orange #BD2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 85.14%
G = 14.41%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2001 (or 0xBD2001) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 01. RGB value is (189,32,1). Sum of RGB (Red+Green+Blue) = 189+32+1=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2001 is #42DFFE. Grayscale: #4B4B4B. Windows color (decimal): -4382719 or 73917. OLE color: 73917.

HSL color Cylindrical-coordinate representation of color #BD2001: hue angle of 9.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD2001 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 1 -
CMYK 0 0.83 0.99 0.26
HSL 9.89º 0.99% 0.37% -
HSV(B) 9.89º 0.99% 0.74% -
XYZ 21.51 11.85 1.18 -
YUV 75.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 189 32 1 0 0.83 0.99 0.26 9.89 0.99 0.37
Hex BD 20 1 0 53 63 1A A 63 25
Octal 275 40 1 0 123 143 32 12 143 45
Binary 10111101 100000 1 0 1010011 1100011 11010 1010 1100011 100101

Color Harmonies of #BD2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2001

Black with #BD2001

Text Example


Text Example

White with #BD2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2001; }

 p { color: rgb(189,32,1); }

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

background-color css

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

 a { background-color: rgb(189,32,1); }

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

border-color css

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

 span { border-color: rgb(189,32,1); }

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