#BF220D

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

Shades of Harley Davidson Orange #BF220D

Tints of Harley Davidson Orange #BF220D

Color information

#BF220D (or 0xBF220D) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 22 and 0D. RGB value is (191,34,13). Sum of RGB (Red+Green+Blue) = 191+34+13=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220D is #40DDF2. Grayscale: #4E4E4E. Windows color (decimal): -4251123 or 860863. OLE color: 860863.

HSL color Cylindrical-coordinate representation of color #BF220D: hue angle of 7.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1913413-
CMYK00.820.930.25
HSL7.08º87.25%40%-
HSV(B)7.08º93.19%74.9%-
XYZ22.1312.251.58-
YUV78.5591.01208.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.25%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=80.25%
G=14.29%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191341300.820.930.257.0887.2540
HexBF22D0525D1975728
Octal2774215012213531712750
Binary101111111000101101010100101011101110011111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF220D; }

 p { color: rgb(191,34,13); }

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

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

 a { background-color: rgb(191,34,13); }

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

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

 span { border-color: rgb(191,34,13); }

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