Html Css Color HEX #BD2F11 Harley Davidson Orange

📋 copy color: '#BD2F11'

red 189 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #BD2F11

Tints of Harley Davidson Orange #BD2F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 74.7%
G = 18.58%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD2F11 (or 0xBD2F11) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 11. RGB value is (189,47,17). Sum of RGB (Red+Green+Blue) = 189+47+17=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F11 is #42D0EE. Grayscale: #565656. Windows color (decimal): -4378863 or 1126333. OLE color: 1126333.

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

Color convert

RGB 189 47 17 -
CMYK 0 0.75 0.91 0.26
HSL 10.47º 0.83% 0.4% -
HSV(B) 10.47º 0.91% 0.74% -
XYZ 22.1 12.89 1.85 -
YUV 86.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 189 47 17 0 0.75 0.91 0.26 10.47 0.83 0.4
Hex BD 2F 11 0 4B 5B 1A A 53 28
Octal 275 57 21 0 113 133 32 12 123 50
Binary 10111101 101111 10001 0 1001011 1011011 11010 1010 1010011 101000

Color Harmonies of #BD2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F11

Black with #BD2F11

Text Example


Text Example

White with #BD2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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