Html Css Color HEX #BD2E16 Harley Davidson Orange

📋 copy color: '#BD2E16'

red 189 ◦ green 46 ◦ blue 22

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

Shades of Harley Davidson Orange #BD2E16

Tints of Harley Davidson Orange #BD2E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

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

R = 73.54%
G = 17.9%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD2E16 (or 0xBD2E16) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 16. RGB value is (189,46,22). Sum of RGB (Red+Green+Blue) = 189+46+22=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E16 is #42D1E9. Grayscale: #565656. Windows color (decimal): -4379114 or 1453757. OLE color: 1453757.

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

Color convert

RGB 189 46 22 -
CMYK 0 0.76 0.88 0.26
HSL 8.62º 0.79% 0.41% -
HSV(B) 8.62º 0.88% 0.74% -
XYZ 22.11 12.83 2.07 -
YUV 86.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 189 46 22 0 0.76 0.88 0.26 8.62 0.79 0.41
Hex BD 2E 16 0 4C 58 1A 9 4F 29
Octal 275 56 26 0 114 130 32 11 117 51
Binary 10111101 101110 10110 0 1001100 1011000 11010 1001 1001111 101001

Color Harmonies of #BD2E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E16

Black with #BD2E16

Text Example


Text Example

White with #BD2E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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