Html Css Color HEX #BD1F00 Harley Davidson Orange

📋 copy color: '#BD1F00'

red 189 ◦ green 31 ◦ blue 0

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

Shades of Harley Davidson Orange #BD1F00

Tints of Harley Davidson Orange #BD1F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.91%
G = 14.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD1F00 (or 0xBD1F00) is known color: Harley Davidson Orange. HEX triplet: BD, 1F and 00. RGB value is (189,31,0). Sum of RGB (Red+Green+Blue) = 189+31+0=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1F00 is #42E0FF. Grayscale: #4A4A4A. Windows color (decimal): -4382976 or 8125. OLE color: 8125.

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

Color convert

RGB 189 31 0 -
CMYK 0 0.84 1 0.26
HSL 9.84º 1% 0.37% -
HSV(B) 9.84º 1% 0.74% -
XYZ 21.48 11.8 1.15 -
YUV 74.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 189 31 0 0 0.84 1 0.26 9.84 1 0.37
Hex BD 1F 0 0 54 64 1A A 64 25
Octal 275 37 0 0 124 144 32 12 144 45
Binary 10111101 11111 0 0 1010100 1100100 11010 1010 1100100 100101

Color Harmonies of #BD1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F00

Black with #BD1F00

Text Example


Text Example

White with #BD1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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