Html Css Color HEX #BD1D03 Harley Davidson Orange

📋 copy color: '#BD1D03'

red 189 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #BD1D03

Tints of Harley Davidson Orange #BD1D03

RGB

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

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

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

R = 85.52%
G = 13.12%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD1D03 (or 0xBD1D03) is known color: Harley Davidson Orange. HEX triplet: BD, 1D and 03. RGB value is (189,29,3). Sum of RGB (Red+Green+Blue) = 189+29+3=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D03 is #42E2FC. Grayscale: #4A4A4A. Windows color (decimal): -4383485 or 204221. OLE color: 204221.

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

Color convert

RGB 189 29 3 -
CMYK 0 0.85 0.98 0.26
HSL 8.39º 0.97% 0.38% -
HSV(B) 8.39º 0.98% 0.74% -
XYZ 21.44 11.7 1.22 -
YUV 73.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 189 29 3 0 0.85 0.98 0.26 8.39 0.97 0.38
Hex BD 1D 3 0 55 62 1A 8 61 26
Octal 275 35 3 0 125 142 32 10 141 46
Binary 10111101 11101 11 0 1010101 1100010 11010 1000 1100001 100110

Color Harmonies of #BD1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D03

Black with #BD1D03

Text Example


Text Example

White with #BD1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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