#BF2C00

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

Shades of Harley Davidson Orange #BF2C00

Tints of Harley Davidson Orange #BF2C00

Color information

#BF2C00 (or 0xBF2C00) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2C and 00. RGB value is (191,44,0). Sum of RGB (Red+Green+Blue) = 191+44+0=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C00 is #40D3FF. Grayscale: #535353. Windows color (decimal): -4248576 or 11455. OLE color: 11455.

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

Color convert

RGB191440-
CMYK00.7710.25
HSL13.82º100%37.45%-
HSV(B)13.82º100%74.9%-
XYZ22.3912.881.31-
YUV82.9481.2205.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.28%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.28%
G=18.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19144000.7710.2513.8210037.45
HexBF2C004D6419e6425
Octal2775400115144311614445
Binary1011111110110000100110111001001100111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C00; }

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

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

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

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

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

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

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

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