Html Css Color HEX #BD2101 Harley Davidson Orange

📋 copy color: '#BD2101'

red 189 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #BD2101

Tints of Harley Davidson Orange #BD2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

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

R = 84.75%
G = 14.8%
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

#BD2101 (or 0xBD2101) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 01. RGB value is (189,33,1). Sum of RGB (Red+Green+Blue) = 189+33+1=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2101 is #42DEFE. Grayscale: #4C4C4C. Windows color (decimal): -4382463 or 74173. OLE color: 74173.

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

Color convert

RGB 189 33 1 -
CMYK 0 0.83 0.99 0.26
HSL 10.21º 0.99% 0.37% -
HSV(B) 10.21º 0.99% 0.74% -
XYZ 21.54 11.91 1.19 -
YUV 76 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 189 33 1 0 0.83 0.99 0.26 10.21 0.99 0.37
Hex BD 21 1 0 53 63 1A A 63 25
Octal 275 41 1 0 123 143 32 12 143 45
Binary 10111101 100001 1 0 1010011 1100011 11010 1010 1100011 100101

Color Harmonies of #BD2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2101

Black with #BD2101

Text Example


Text Example

White with #BD2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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