Html Css Color HEX #BD2916 Harley Davidson Orange

📋 copy color: '#BD2916'

red 189 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #BD2916

Tints of Harley Davidson Orange #BD2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 75%
G = 16.27%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD2916 (or 0xBD2916) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 16. RGB value is (189,41,22). Sum of RGB (Red+Green+Blue) = 189+41+22=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2916 is #42D6E9. Grayscale: #535353. Windows color (decimal): -4380394 or 1452477. OLE color: 1452477.

HSL color Cylindrical-coordinate representation of color #BD2916: hue angle of 6.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2916 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 22 -
CMYK 0 0.78 0.88 0.26
HSL 6.83º 0.79% 0.41% -
HSV(B) 6.83º 0.88% 0.74% -
XYZ 21.92 12.46 2.01 -
YUV 83.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 189 41 22 0 0.78 0.88 0.26 6.83 0.79 0.41
Hex BD 29 16 0 4E 58 1A 7 4F 29
Octal 275 51 26 0 116 130 32 7 117 51
Binary 10111101 101001 10110 0 1001110 1011000 11010 111 1001111 101001

Color Harmonies of #BD2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2916

Black with #BD2916

Text Example


Text Example

White with #BD2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2916; }

 p { color: rgb(189,41,22); }

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

background-color css

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

 a { background-color: rgb(189,41,22); }

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

border-color css

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

 span { border-color: rgb(189,41,22); }

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