Html Css Color HEX #BD2917 Harley Davidson Orange

📋 copy color: '#BD2917'

red 189 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #BD2917

Tints of Harley Davidson Orange #BD2917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 74.7%
G = 16.21%
B = 9.09%

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

#BD2917 (or 0xBD2917) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 17. RGB value is (189,41,23). Sum of RGB (Red+Green+Blue) = 189+41+23=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2917 is #42D6E8. Grayscale: #535353. Windows color (decimal): -4380393 or 1518013. OLE color: 1518013.

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

Color convert

RGB 189 41 23 -
CMYK 0 0.78 0.88 0.26
HSL 6.51º 0.78% 0.42% -
HSV(B) 6.51º 0.88% 0.74% -
XYZ 21.93 12.47 2.06 -
YUV 83.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 189 41 23 0 0.78 0.88 0.26 6.51 0.78 0.42
Hex BD 29 17 0 4E 58 1A 7 4E 2A
Octal 275 51 27 0 116 130 32 7 116 52
Binary 10111101 101001 10111 0 1001110 1011000 11010 111 1001110 101010

Color Harmonies of #BD2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2917

Black with #BD2917

Text Example


Text Example

White with #BD2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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