Html Css Color HEX #BD2F17 Harley Davidson Orange

📋 copy color: '#BD2F17'

red 189 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #BD2F17

Tints of Harley Davidson Orange #BD2F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 72.97%
G = 18.15%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD2F17 (or 0xBD2F17) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 17. RGB value is (189,47,23). Sum of RGB (Red+Green+Blue) = 189+47+23=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F17 is #42D0E8. Grayscale: #565656. Windows color (decimal): -4378857 or 1519549. OLE color: 1519549.

HSL color Cylindrical-coordinate representation of color #BD2F17: hue angle of 8.67º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2F17 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 23 -
CMYK 0 0.75 0.88 0.26
HSL 8.67º 0.78% 0.42% -
HSV(B) 8.67º 0.88% 0.74% -
XYZ 22.16 12.91 2.14 -
YUV 86.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 189 47 23 0 0.75 0.88 0.26 8.67 0.78 0.42
Hex BD 2F 17 0 4B 58 1A 9 4E 2A
Octal 275 57 27 0 113 130 32 11 116 52
Binary 10111101 101111 10111 0 1001011 1011000 11010 1001 1001110 101010

Color Harmonies of #BD2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F17

Black with #BD2F17

Text Example


Text Example

White with #BD2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F17; }

 p { color: rgb(189,47,23); }

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

background-color css

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

 a { background-color: rgb(189,47,23); }

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

border-color css

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

 span { border-color: rgb(189,47,23); }

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