Html Css Color HEX #BF2E12 Harley Davidson Orange

📋 copy color: '#BF2E12'

red 191 ◦ green 46 ◦ blue 18

#BF2E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BF2E12

Tints of Harley Davidson Orange #BF2E12

RGB

 RED value IS 191 (75% from 255) = 74.9%

 GREEN value IS 46 (18.36% from 255) = 18.04%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 74.9%
G = 18.04%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2E12 (or 0xBF2E12) is known color: Harley Davidson Orange. HEX triplet: BF, 2E and 12. RGB value is (191,46,18). Sum of RGB (Red+Green+Blue) = 191+46+18=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2E12 is #40D1ED. Grayscale: #565656. Windows color (decimal): -4248046 or 1191615. OLE color: 1191615.

HSL color Cylindrical-coordinate representation of color #BF2E12: hue angle of 9.71º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2E12 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 46 18 -
CMYK 0 0.76 0.91 0.25
HSL 9.71º 0.83% 0.41% -
HSV(B) 9.71º 0.91% 0.75% -
XYZ 22.57 13.07 1.91 -
YUV 86.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 191 46 18 0 0.76 0.91 0.25 9.71 0.83 0.41
Hex BF 2E 12 0 4C 5B 19 A 53 29
Octal 277 56 22 0 114 133 31 12 123 51
Binary 10111111 101110 10010 0 1001100 1011011 11001 1010 1010011 101001

Color Harmonies of #BF2E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E12

Black with #BF2E12

Text Example


Text Example

White with #BF2E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E12; }

 p { color: rgb(191,46,18); }

 H1.HeaderClassName
 {
   color: #BF2E12;
 }
 .AnyTagClassName
 {
   color: #BF2E12;
 }
</style>

background-color css

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

 a { background-color: rgb(191,46,18); }

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

border-color css

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

 span { border-color: rgb(191,46,18); }

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