Html Css Color HEX #BD2D09 Harley Davidson Orange

📋 copy color: '#BD2D09'

red 189 ◦ green 45 ◦ blue 9

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

Shades of Harley Davidson Orange #BD2D09

Tints of Harley Davidson Orange #BD2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 77.78%
G = 18.52%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD2D09 (or 0xBD2D09) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 09. RGB value is (189,45,9). Sum of RGB (Red+Green+Blue) = 189+45+9=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D09 is #42D2F6. Grayscale: #545454. Windows color (decimal): -4379383 or 601533. OLE color: 601533.

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

Color convert

RGB 189 45 9 -
CMYK 0 0.76 0.95 0.26
HSL 12º 0.91% 0.39% -
HSV(B) 12º 0.95% 0.74% -
XYZ 21.97 12.72 1.55 -
YUV 83.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 189 45 9 0 0.76 0.95 0.26 12 0.91 0.39
Hex BD 2D 9 0 4C 5F 1A C 5B 27
Octal 275 55 11 0 114 137 32 14 133 47
Binary 10111101 101101 1001 0 1001100 1011111 11010 1100 1011011 100111

Color Harmonies of #BD2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D09

Black with #BD2D09

Text Example


Text Example

White with #BD2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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