Html Css Color HEX #BD2F09 Harley Davidson Orange

📋 copy color: '#BD2F09'

red 189 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #BD2F09

Tints of Harley Davidson Orange #BD2F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 77.14%
G = 19.18%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD2F09 (or 0xBD2F09) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 09. RGB value is (189,47,9). Sum of RGB (Red+Green+Blue) = 189+47+9=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F09 is #42D0F6. Grayscale: #555555. Windows color (decimal): -4378871 or 602045. OLE color: 602045.

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

Color convert

RGB 189 47 9 -
CMYK 0 0.75 0.95 0.26
HSL 12.67º 0.91% 0.39% -
HSV(B) 12.67º 0.95% 0.74% -
XYZ 22.05 12.87 1.58 -
YUV 85.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 189 47 9 0 0.75 0.95 0.26 12.67 0.91 0.39
Hex BD 2F 9 0 4B 5F 1A D 5B 27
Octal 275 57 11 0 113 137 32 15 133 47
Binary 10111101 101111 1001 0 1001011 1011111 11010 1101 1011011 100111

Color Harmonies of #BD2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F09

Black with #BD2F09

Text Example


Text Example

White with #BD2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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