Html Css Color HEX #BD220F Harley Davidson Orange

📋 copy color: '#BD220F'

red 189 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #BD220F

Tints of Harley Davidson Orange #BD220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 79.41%
G = 14.29%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD220F (or 0xBD220F) is known color: Harley Davidson Orange. HEX triplet: BD, 22 and 0F. RGB value is (189,34,15). Sum of RGB (Red+Green+Blue) = 189+34+15=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD220F is #42DDF0. Grayscale: #4E4E4E. Windows color (decimal): -4382193 or 991933. OLE color: 991933.

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

Color convert

RGB 189 34 15 -
CMYK 0 0.82 0.92 0.26
HSL 6.55º 0.85% 0.4% -
HSV(B) 6.55º 0.92% 0.74% -
XYZ 21.64 12 1.63 -
YUV 78.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 189 34 15 0 0.82 0.92 0.26 6.55 0.85 0.4
Hex BD 22 F 0 52 5C 1A 7 55 28
Octal 275 42 17 0 122 134 32 7 125 50
Binary 10111101 100010 1111 0 1010010 1011100 11010 111 1010101 101000

Color Harmonies of #BD220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD220F

Black with #BD220F

Text Example


Text Example

White with #BD220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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