Html Css Color HEX #BD2D02 Harley Davidson Orange

📋 copy color: '#BD2D02'

red 189 ◦ green 45 ◦ blue 2

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

Shades of Harley Davidson Orange #BD2D02

Tints of Harley Davidson Orange #BD2D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 80.08%
G = 19.07%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2D02 (or 0xBD2D02) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 02. RGB value is (189,45,2). Sum of RGB (Red+Green+Blue) = 189+45+2=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D02 is #42D2FD. Grayscale: #535353. Windows color (decimal): -4379390 or 142781. OLE color: 142781.

HSL color Cylindrical-coordinate representation of color #BD2D02: hue angle of 13.8º 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 #BD2D02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 2 -
CMYK 0 0.76 0.99 0.26
HSL 13.8º 0.98% 0.37% -
HSV(B) 13.8º 0.99% 0.74% -
XYZ 21.94 12.7 1.35 -
YUV 83.15 82.21 203.5 -
System Red Green Blue C M Y K H S L
Decimal 189 45 2 0 0.76 0.99 0.26 13.8 0.98 0.37
Hex BD 2D 2 0 4C 63 1A E 62 25
Octal 275 55 2 0 114 143 32 16 142 45
Binary 10111101 101101 10 0 1001100 1100011 11010 1110 1100010 100101

Color Harmonies of #BD2D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D02

Black with #BD2D02

Text Example


Text Example

White with #BD2D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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