#BD240C

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

Shades of Harley Davidson Orange #BD240C

Tints of Harley Davidson Orange #BD240C

Color information

#BD240C (or 0xBD240C) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 24 and 0C. RGB value is (189,36,12). Sum of RGB (Red+Green+Blue) = 189+36+12=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD240C is #42DBF3. Grayscale: #4F4F4F. Windows color (decimal): -4381684 or 795837. OLE color: 795837.

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

Color convert

RGB1893612-
CMYK00.810.940.26
HSL8.14º88.06%39.41%-
HSV(B)8.14º93.65%74.12%-
XYZ21.6812.111.54-
YUV79.0190.19206.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=79.75%
G=15.19%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189361200.810.940.268.1488.0639.41
HexBD24C0515E1A85827
Octal27544140121136321013047
Binary1011110110010011000101000110111101101010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD240C; }

 p { color: rgb(189,36,12); }

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

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

 a { background-color: rgb(189,36,12); }

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

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

 span { border-color: rgb(189,36,12); }

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