Html Css Color HEX #BD2614 Harley Davidson Orange

📋 copy color: '#BD2614'

red 189 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #BD2614

Tints of Harley Davidson Orange #BD2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 76.52%
G = 15.38%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD2614 (or 0xBD2614) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 14. RGB value is (189,38,20). Sum of RGB (Red+Green+Blue) = 189+38+20=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2614 is #42D9EB. Grayscale: #515151. Windows color (decimal): -4381164 or 1320637. OLE color: 1320637.

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

Color convert

RGB 189 38 20 -
CMYK 0 0.80 0.89 0.26
HSL 6.39º 0.81% 0.41% -
HSV(B) 6.39º 0.89% 0.74% -
XYZ 21.81 12.26 1.88 -
YUV 81.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 189 38 20 0 0.80 0.89 0.26 6.39 0.81 0.41
Hex BD 26 14 0 50 59 1A 6 51 29
Octal 275 46 24 0 120 131 32 6 121 51
Binary 10111101 100110 10100 0 1010000 1011001 11010 110 1010001 101001

Color Harmonies of #BD2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2614

Black with #BD2614

Text Example


Text Example

White with #BD2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2614; }

 p { color: rgb(189,38,20); }

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

background-color css

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

 a { background-color: rgb(189,38,20); }

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

border-color css

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

 span { border-color: rgb(189,38,20); }

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