Html Css Color HEX #BD311F Harley Davidson Orange

📋 copy color: '#BD311F'

red 189 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #BD311F

Tints of Harley Davidson Orange #BD311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 70.26%
G = 18.22%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD311F (or 0xBD311F) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 1F. RGB value is (189,49,31). Sum of RGB (Red+Green+Blue) = 189+49+31=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD311F is #42CEE0. Grayscale: #595959. Windows color (decimal): -4378337 or 2044349. OLE color: 2044349.

HSL color Cylindrical-coordinate representation of color #BD311F: hue angle of 6.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD311F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 31 -
CMYK 0 0.74 0.84 0.26
HSL 6.84º 0.72% 0.43% -
HSV(B) 6.84º 0.84% 0.74% -
XYZ 22.33 13.11 2.65 -
YUV 88.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 189 49 31 0 0.74 0.84 0.26 6.84 0.72 0.43
Hex BD 31 1F 0 4A 54 1A 7 48 2B
Octal 275 61 37 0 112 124 32 7 110 53
Binary 10111101 110001 11111 0 1001010 1010100 11010 111 1001000 101011

Color Harmonies of #BD311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD311F

Black with #BD311F

Text Example


Text Example

White with #BD311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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