Html Css Color HEX #BD3113 Harley Davidson Orange

📋 copy color: '#BD3113'

red 189 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #BD3113

Tints of Harley Davidson Orange #BD3113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

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

R = 73.54%
G = 19.07%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3113 (or 0xBD3113) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 13. RGB value is (189,49,19). Sum of RGB (Red+Green+Blue) = 189+49+19=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3113 is #42CEEC. Grayscale: #575757. Windows color (decimal): -4378349 or 1257917. OLE color: 1257917.

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

Color convert

RGB 189 49 19 -
CMYK 0 0.74 0.90 0.26
HSL 10.59º 0.82% 0.41% -
HSV(B) 10.59º 0.9% 0.74% -
XYZ 22.2 13.06 1.97 -
YUV 87.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 189 49 19 0 0.74 0.90 0.26 10.59 0.82 0.41
Hex BD 31 13 0 4A 5A 1A B 52 29
Octal 275 61 23 0 112 132 32 13 122 51
Binary 10111101 110001 10011 0 1001010 1011010 11010 1011 1010010 101001

Color Harmonies of #BD3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3113

Black with #BD3113

Text Example


Text Example

White with #BD3113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3113; }

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

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

background-color css

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

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

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

border-color css

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

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

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