#BD1D02

Color #BD1D02 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BD1D02

Tints of Harley Davidson Orange #BD1D02

Color information

#BD1D02 (or 0xBD1D02) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 1D and 02. RGB value is (189,29,2). Sum of RGB (Red+Green+Blue) = 189+29+2=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D02 is #42E2FD. Grayscale: #4A4A4A. Windows color (decimal): -4383486 or 138685. OLE color: 138685.

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

Color convert

RGB189292-
CMYK00.850.990.26
HSL8.66º97.91%37.45%-
HSV(B)8.66º98.94%74.12%-
XYZ21.4411.71.19-
YUV73.7687.51210.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=85.91%
G=13.18%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18929200.850.990.268.6697.9137.45
HexBD1D2055631A96225
Octal2753520125143321114245
Binary1011110111101100101010111000111101010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D02; }

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

 H1.HeaderClassName
 {
   color: #BD1D02;
 }
 .AnyTagClassName
 {
   color: #BD1D02;
 }
</style>
background-color css

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

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

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

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

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

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