#BF2C1D

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

Shades of Harley Davidson Orange #BF2C1D

Tints of Harley Davidson Orange #BF2C1D

Color information

#BF2C1D (or 0xBF2C1D) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2C and 1D. RGB value is (191,44,29). Sum of RGB (Red+Green+Blue) = 191+44+29=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C1D is #40D3E2. Grayscale: #565656. Windows color (decimal): -4248547 or 1911999. OLE color: 1911999.

HSL color Cylindrical-coordinate representation of color #BF2C1D: hue angle of 5.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF2C1D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1914429-
CMYK00.770.850.25
HSL5.56º73.64%43.14%-
HSV(B)5.56º84.82%74.9%-
XYZ22.6112.972.47-
YUV86.2495.7202.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.35%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=72.35%
G=16.67%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191442900.770.850.255.5673.6443.14
HexBF2C1D04D551964a2b
Octal2775435011512531611253
Binary1011111110110011101010011011010101110011101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C1D; }

 p { color: rgb(191,44,29); }

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

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

 a { background-color: rgb(191,44,29); }

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

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

 span { border-color: rgb(191,44,29); }

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