Html Css Color HEX #BD2F02 Harley Davidson Orange

📋 copy color: '#BD2F02'

red 189 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #BD2F02

Tints of Harley Davidson Orange #BD2F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 79.41%
G = 19.75%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2F02 (or 0xBD2F02) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 02. RGB value is (189,47,2). Sum of RGB (Red+Green+Blue) = 189+47+2=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F02 is #42D0FD. Grayscale: #545454. Windows color (decimal): -4378878 or 143293. OLE color: 143293.

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

Color convert

RGB 189 47 2 -
CMYK 0 0.75 0.99 0.26
HSL 14.44º 0.98% 0.37% -
HSV(B) 14.44º 0.99% 0.74% -
XYZ 22.01 12.86 1.38 -
YUV 84.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 189 47 2 0 0.75 0.99 0.26 14.44 0.98 0.37
Hex BD 2F 2 0 4B 63 1A E 62 25
Octal 275 57 2 0 113 143 32 16 142 45
Binary 10111101 101111 10 0 1001011 1100011 11010 1110 1100010 100101

Color Harmonies of #BD2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F02

Black with #BD2F02

Text Example


Text Example

White with #BD2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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