Html Css Color HEX #BD2800 Harley Davidson Orange

📋 copy color: '#BD2800'

red 189 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #BD2800

Tints of Harley Davidson Orange #BD2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 82.53%
G = 17.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD2800 (or 0xBD2800) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 00. RGB value is (189,40,0). Sum of RGB (Red+Green+Blue) = 189+40+0=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2800 is #42D7FF. Grayscale: #505050. Windows color (decimal): -4380672 or 10429. OLE color: 10429.

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

Color convert

RGB 189 40 0 -
CMYK 0 0.79 1 0.26
HSL 12.7º 1% 0.37% -
HSV(B) 12.7º 1% 0.74% -
XYZ 21.75 12.34 1.24 -
YUV 79.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 189 40 0 0 0.79 1 0.26 12.7 1 0.37
Hex BD 28 0 0 4F 64 1A D 64 25
Octal 275 50 0 0 117 144 32 15 144 45
Binary 10111101 101000 0 0 1001111 1100100 11010 1101 1100100 100101

Color Harmonies of #BD2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2800

Black with #BD2800

Text Example


Text Example

White with #BD2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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