Html Css Color HEX #BD2909 Harley Davidson Orange

📋 copy color: '#BD2909'

red 189 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #BD2909

Tints of Harley Davidson Orange #BD2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 79.08%
G = 17.15%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD2909 (or 0xBD2909) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 09. RGB value is (189,41,9). Sum of RGB (Red+Green+Blue) = 189+41+9=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2909 is #42D6F6. Grayscale: #515151. Windows color (decimal): -4380407 or 600509. OLE color: 600509.

HSL color Cylindrical-coordinate representation of color #BD2909: hue angle of 10.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD2909 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 9 -
CMYK 0 0.78 0.95 0.26
HSL 10.67º 0.91% 0.39% -
HSV(B) 10.67º 0.95% 0.74% -
XYZ 21.83 12.42 1.51 -
YUV 81.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 189 41 9 0 0.78 0.95 0.26 10.67 0.91 0.39
Hex BD 29 9 0 4E 5F 1A B 5B 27
Octal 275 51 11 0 116 137 32 13 133 47
Binary 10111101 101001 1001 0 1001110 1011111 11010 1011 1011011 100111

Color Harmonies of #BD2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2909

Black with #BD2909

Text Example


Text Example

White with #BD2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2909; }

 p { color: rgb(189,41,9); }

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

background-color css

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

 a { background-color: rgb(189,41,9); }

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

border-color css

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

 span { border-color: rgb(189,41,9); }

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