Html Css Color HEX #BD1E00 Harley Davidson Orange

📋 copy color: '#BD1E00'

red 189 ◦ green 30 ◦ blue 0

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

Shades of Harley Davidson Orange #BD1E00

Tints of Harley Davidson Orange #BD1E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

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

R = 86.3%
G = 13.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD1E00 (or 0xBD1E00) is known color: Harley Davidson Orange. HEX triplet: BD, 1E and 00. RGB value is (189,30,0). Sum of RGB (Red+Green+Blue) = 189+30+0=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E00 is #42E1FF. Grayscale: #4A4A4A. Windows color (decimal): -4383232 or 7869. OLE color: 7869.

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

Color convert

RGB 189 30 0 -
CMYK 0 0.84 1 0.26
HSL 9.52º 1% 0.37% -
HSV(B) 9.52º 1% 0.74% -
XYZ 21.45 11.75 1.14 -
YUV 74.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 189 30 0 0 0.84 1 0.26 9.52 1 0.37
Hex BD 1E 0 0 54 64 1A A 64 25
Octal 275 36 0 0 124 144 32 12 144 45
Binary 10111101 11110 0 0 1010100 1100100 11010 1010 1100100 100101

Color Harmonies of #BD1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E00

Black with #BD1E00

Text Example


Text Example

White with #BD1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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