#BF2400

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

Shades of Harley Davidson Orange #BF2400

Tints of Harley Davidson Orange #BF2400

Color information

#BF2400 (or 0xBF2400) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 24 and 00. RGB value is (191,36,0). Sum of RGB (Red+Green+Blue) = 191+36+0=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2400 is #40DBFF. Grayscale: #4E4E4E. Windows color (decimal): -4250624 or 9407. OLE color: 9407.

HSL color Cylindrical-coordinate representation of color #BF2400: hue angle of 11.31º 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 #BF2400 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191360-
CMYK00.8110.25
HSL11.31º100%37.45%-
HSV(B)11.31º100%74.9%-
XYZ22.1212.341.22-
YUV78.2483.85208.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 84.14%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.14%
G=15.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19136000.8110.2511.3110037.45
HexBF2400516419b6425
Octal2774400121144311314445
Binary1011111110010000101000111001001100110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2400; }

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

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

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

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

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

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

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

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