Html Css Color HEX #BD2201 Harley Davidson Orange

📋 copy color: '#BD2201'

red 189 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #BD2201

Tints of Harley Davidson Orange #BD2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 84.38%
G = 15.18%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2201 (or 0xBD2201) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 01. RGB value is (189,34,1). Sum of RGB (Red+Green+Blue) = 189+34+1=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2201 is #42DDFE. Grayscale: #4C4C4C. Windows color (decimal): -4382207 or 74429. OLE color: 74429.

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

Color convert

RGB 189 34 1 -
CMYK 0 0.82 0.99 0.26
HSL 10.53º 0.99% 0.37% -
HSV(B) 10.53º 0.99% 0.74% -
XYZ 21.56 11.97 1.2 -
YUV 76.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 189 34 1 0 0.82 0.99 0.26 10.53 0.99 0.37
Hex BD 22 1 0 52 63 1A B 63 25
Octal 275 42 1 0 122 143 32 13 143 45
Binary 10111101 100010 1 0 1010010 1100011 11010 1011 1100011 100101

Color Harmonies of #BD2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2201

Black with #BD2201

Text Example


Text Example

White with #BD2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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