Html Css Color HEX #BD2817 Harley Davidson Orange

📋 copy color: '#BD2817'

red 189 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #BD2817

Tints of Harley Davidson Orange #BD2817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 75%
G = 15.87%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD2817 (or 0xBD2817) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 17. RGB value is (189,40,23). Sum of RGB (Red+Green+Blue) = 189+40+23=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2817 is #42D7E8. Grayscale: #525252. Windows color (decimal): -4380649 or 1517757. OLE color: 1517757.

HSL color Cylindrical-coordinate representation of color #BD2817: hue angle of 6.14º 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 #BD2817 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 23 -
CMYK 0 0.79 0.88 0.26
HSL 6.14º 0.78% 0.42% -
HSV(B) 6.14º 0.88% 0.74% -
XYZ 21.9 12.4 2.05 -
YUV 82.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 189 40 23 0 0.79 0.88 0.26 6.14 0.78 0.42
Hex BD 28 17 0 4F 58 1A 6 4E 2A
Octal 275 50 27 0 117 130 32 6 116 52
Binary 10111101 101000 10111 0 1001111 1011000 11010 110 1001110 101010

Color Harmonies of #BD2817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2817

Black with #BD2817

Text Example


Text Example

White with #BD2817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2817; }

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

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

background-color css

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

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

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

border-color css

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

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

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