Html Css Color HEX #BD2208 Harley Davidson Orange

📋 copy color: '#BD2208'

red 189 ◦ green 34 ◦ blue 8

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

Shades of Harley Davidson Orange #BD2208

Tints of Harley Davidson Orange #BD2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 81.82%
G = 14.72%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD2208 (or 0xBD2208) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 08. RGB value is (189,34,8). Sum of RGB (Red+Green+Blue) = 189+34+8=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2208 is #42DDF7. Grayscale: #4D4D4D. Windows color (decimal): -4382200 or 533181. OLE color: 533181.

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

Color convert

RGB 189 34 8 -
CMYK 0 0.82 0.96 0.26
HSL 8.62º 0.92% 0.39% -
HSV(B) 8.62º 0.96% 0.74% -
XYZ 21.6 11.98 1.4 -
YUV 77.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 189 34 8 0 0.82 0.96 0.26 8.62 0.92 0.39
Hex BD 22 8 0 52 60 1A 9 5C 27
Octal 275 42 10 0 122 140 32 11 134 47
Binary 10111101 100010 1000 0 1010010 1100000 11010 1001 1011100 100111

Color Harmonies of #BD2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2208

Black with #BD2208

Text Example


Text Example

White with #BD2208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2208; }

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

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

background-color css

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

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

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

border-color css

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

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

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