Html Css Color HEX #BD2913 Harley Davidson Orange

📋 copy color: '#BD2913'

red 189 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #BD2913

Tints of Harley Davidson Orange #BD2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 75.9%
G = 16.47%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD2913 (or 0xBD2913) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 13. RGB value is (189,41,19). Sum of RGB (Red+Green+Blue) = 189+41+19=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2913 is #42D6EC. Grayscale: #525252. Windows color (decimal): -4380397 or 1255869. OLE color: 1255869.

HSL color Cylindrical-coordinate representation of color #BD2913: hue angle of 7.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 19 -
CMYK 0 0.78 0.90 0.26
HSL 7.76º 0.82% 0.41% -
HSV(B) 7.76º 0.9% 0.74% -
XYZ 21.9 12.45 1.87 -
YUV 82.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 189 41 19 0 0.78 0.90 0.26 7.76 0.82 0.41
Hex BD 29 13 0 4E 5A 1A 8 52 29
Octal 275 51 23 0 116 132 32 10 122 51
Binary 10111101 101001 10011 0 1001110 1011010 11010 1000 1010010 101001

Color Harmonies of #BD2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2913

Black with #BD2913

Text Example


Text Example

White with #BD2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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