Html Css Color HEX #BD2202 Harley Davidson Orange

📋 copy color: '#BD2202'

red 189 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #BD2202

Tints of Harley Davidson Orange #BD2202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 84%
G = 15.11%
B = 0.89%

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

#BD2202 (or 0xBD2202) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 02. RGB value is (189,34,2). Sum of RGB (Red+Green+Blue) = 189+34+2=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2202 is #42DDFD. Grayscale: #4C4C4C. Windows color (decimal): -4382206 or 139965. OLE color: 139965.

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

Color convert

RGB 189 34 2 -
CMYK 0 0.82 0.99 0.26
HSL 10.27º 0.98% 0.37% -
HSV(B) 10.27º 0.99% 0.74% -
XYZ 21.57 11.97 1.23 -
YUV 76.7 85.85 208.1 -
System Red Green Blue C M Y K H S L
Decimal 189 34 2 0 0.82 0.99 0.26 10.27 0.98 0.37
Hex BD 22 2 0 52 63 1A A 62 25
Octal 275 42 2 0 122 143 32 12 142 45
Binary 10111101 100010 10 0 1010010 1100011 11010 1010 1100010 100101

Color Harmonies of #BD2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2202

Black with #BD2202

Text Example


Text Example

White with #BD2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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