Html Css Color HEX #BD2003 Harley Davidson Orange

📋 copy color: '#BD2003'

red 189 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #BD2003

Tints of Harley Davidson Orange #BD2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 84.38%
G = 14.29%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD2003 (or 0xBD2003) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 03. RGB value is (189,32,3). Sum of RGB (Red+Green+Blue) = 189+32+3=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2003 is #42DFFC. Grayscale: #4B4B4B. Windows color (decimal): -4382717 or 204989. OLE color: 204989.

HSL color Cylindrical-coordinate representation of color #BD2003: hue angle of 9.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2003 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 3 -
CMYK 0 0.83 0.98 0.26
HSL 9.35º 0.97% 0.38% -
HSV(B) 9.35º 0.98% 0.74% -
XYZ 21.52 11.86 1.24 -
YUV 75.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 189 32 3 0 0.83 0.98 0.26 9.35 0.97 0.38
Hex BD 20 3 0 53 62 1A 9 61 26
Octal 275 40 3 0 123 142 32 11 141 46
Binary 10111101 100000 11 0 1010011 1100010 11010 1001 1100001 100110

Color Harmonies of #BD2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2003

Black with #BD2003

Text Example


Text Example

White with #BD2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2003; }

 p { color: rgb(189,32,3); }

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

background-color css

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

 a { background-color: rgb(189,32,3); }

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

border-color css

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

 span { border-color: rgb(189,32,3); }

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