Html Css Color HEX #BD2A14 Harley Davidson Orange

📋 copy color: '#BD2A14'

red 189 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #BD2A14

Tints of Harley Davidson Orange #BD2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

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

R = 75.3%
G = 16.73%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD2A14 (or 0xBD2A14) is known color: Harley Davidson Orange. HEX triplet: BD, 2A and 14. RGB value is (189,42,20). Sum of RGB (Red+Green+Blue) = 189+42+20=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A14 is #42D5EB. Grayscale: #535353. Windows color (decimal): -4380140 or 1321661. OLE color: 1321661.

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

Color convert

RGB 189 42 20 -
CMYK 0 0.78 0.89 0.26
HSL 7.81º 0.81% 0.41% -
HSV(B) 7.81º 0.89% 0.74% -
XYZ 21.94 12.53 1.92 -
YUV 83.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 189 42 20 0 0.78 0.89 0.26 7.81 0.81 0.41
Hex BD 2A 14 0 4E 59 1A 8 51 29
Octal 275 52 24 0 116 131 32 10 121 51
Binary 10111101 101010 10100 0 1001110 1011001 11010 1000 1010001 101001

Color Harmonies of #BD2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A14

Black with #BD2A14

Text Example


Text Example

White with #BD2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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