Html Css Color HEX #BD1D01 Harley Davidson Orange

📋 copy color: '#BD1D01'

red 189 ◦ green 29 ◦ blue 1

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

Shades of Harley Davidson Orange #BD1D01

Tints of Harley Davidson Orange #BD1D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 86.3%
G = 13.24%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD1D01 (or 0xBD1D01) is known color: Harley Davidson Orange. HEX triplet: BD, 1D and 01. RGB value is (189,29,1). Sum of RGB (Red+Green+Blue) = 189+29+1=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D01 is #42E2FE. Grayscale: #494949. Windows color (decimal): -4383487 or 73149. OLE color: 73149.

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

Color convert

RGB 189 29 1 -
CMYK 0 0.85 0.99 0.26
HSL 8.94º 0.99% 0.37% -
HSV(B) 8.94º 0.99% 0.74% -
XYZ 21.43 11.7 1.16 -
YUV 73.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 189 29 1 0 0.85 0.99 0.26 8.94 0.99 0.37
Hex BD 1D 1 0 55 63 1A 9 63 25
Octal 275 35 1 0 125 143 32 11 143 45
Binary 10111101 11101 1 0 1010101 1100011 11010 1001 1100011 100101

Color Harmonies of #BD1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D01

Black with #BD1D01

Text Example


Text Example

White with #BD1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D01; }

 p { color: rgb(189,29,1); }

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

background-color css

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

 a { background-color: rgb(189,29,1); }

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

border-color css

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

 span { border-color: rgb(189,29,1); }

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