Html Css Color HEX #BD2D0D Harley Davidson Orange

📋 copy color: '#BD2D0D'

red 189 ◦ green 45 ◦ blue 13

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

Shades of Harley Davidson Orange #BD2D0D

Tints of Harley Davidson Orange #BD2D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 76.52%
G = 18.22%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD2D0D (or 0xBD2D0D) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 0D. RGB value is (189,45,13). Sum of RGB (Red+Green+Blue) = 189+45+13=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D0D is #42D2F2. Grayscale: #545454. Windows color (decimal): -4379379 or 863677. OLE color: 863677.

HSL color Cylindrical-coordinate representation of color #BD2D0D: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD2D0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 13 -
CMYK 0 0.76 0.93 0.26
HSL 10.91º 0.87% 0.4% -
HSV(B) 10.91º 0.93% 0.74% -
XYZ 22 12.72 1.68 -
YUV 84.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 189 45 13 0 0.76 0.93 0.26 10.91 0.87 0.4
Hex BD 2D D 0 4C 5D 1A B 57 28
Octal 275 55 15 0 114 135 32 13 127 50
Binary 10111101 101101 1101 0 1001100 1011101 11010 1011 1010111 101000

Color Harmonies of #BD2D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D0D

Black with #BD2D0D

Text Example


Text Example

White with #BD2D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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