Html Css Color HEX #BD2200 Harley Davidson Orange

📋 copy color: '#BD2200'

red 189 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #BD2200

Tints of Harley Davidson Orange #BD2200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.75%
G = 15.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD2200 (or 0xBD2200) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 00. RGB value is (189,34,0). Sum of RGB (Red+Green+Blue) = 189+34+0=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2200 is #42DDFF. Grayscale: #4C4C4C. Windows color (decimal): -4382208 or 8893. OLE color: 8893.

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

Color convert

RGB 189 34 0 -
CMYK 0 0.82 1 0.26
HSL 10.79º 1% 0.37% -
HSV(B) 10.79º 1% 0.74% -
XYZ 21.56 11.96 1.17 -
YUV 76.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 189 34 0 0 0.82 1 0.26 10.79 1 0.37
Hex BD 22 0 0 52 64 1A B 64 25
Octal 275 42 0 0 122 144 32 13 144 45
Binary 10111101 100010 0 0 1010010 1100100 11010 1011 1100100 100101

Color Harmonies of #BD2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2200

Black with #BD2200

Text Example


Text Example

White with #BD2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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