Html Css Color HEX #BD2500 Harley Davidson Orange

📋 copy color: '#BD2500'

red 189 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #BD2500

Tints of Harley Davidson Orange #BD2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.63%
G = 16.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD2500 (or 0xBD2500) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 00. RGB value is (189,37,0). Sum of RGB (Red+Green+Blue) = 189+37+0=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2500 is #42DAFF. Grayscale: #4E4E4E. Windows color (decimal): -4381440 or 9661. OLE color: 9661.

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

Color convert

RGB 189 37 0 -
CMYK 0 0.80 1 0.26
HSL 11.75º 1% 0.37% -
HSV(B) 11.75º 1% 0.74% -
XYZ 21.65 12.14 1.2 -
YUV 78.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 189 37 0 0 0.80 1 0.26 11.75 1 0.37
Hex BD 25 0 0 50 64 1A C 64 25
Octal 275 45 0 0 120 144 32 14 144 45
Binary 10111101 100101 0 0 1010000 1100100 11010 1100 1100100 100101

Color Harmonies of #BD2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2500

Black with #BD2500

Text Example


Text Example

White with #BD2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2500; }

 p { color: rgb(189,37,0); }

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

background-color css

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

 a { background-color: rgb(189,37,0); }

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

border-color css

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

 span { border-color: rgb(189,37,0); }

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