Html Css Color HEX #BF2814 Harley Davidson Orange

📋 copy color: '#BF2814'

red 191 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #BF2814

Tints of Harley Davidson Orange #BF2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 76.1%
G = 15.94%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2814 (or 0xBF2814) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 14. RGB value is (191,40,20). Sum of RGB (Red+Green+Blue) = 191+40+20=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2814 is #40D7EB. Grayscale: #535353. Windows color (decimal): -4249580 or 1321151. OLE color: 1321151.

HSL color Cylindrical-coordinate representation of color #BF2814: hue angle of 7.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF2814 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 20 -
CMYK 0 0.79 0.90 0.25
HSL 7.02º 0.81% 0.41% -
HSV(B) 7.02º 0.9% 0.75% -
XYZ 22.37 12.64 1.92 -
YUV 82.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 191 40 20 0 0.79 0.90 0.25 7.02 0.81 0.41
Hex BF 28 14 0 4F 5A 19 7 51 29
Octal 277 50 24 0 117 132 31 7 121 51
Binary 10111111 101000 10100 0 1001111 1011010 11001 111 1010001 101001

Color Harmonies of #BF2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2814

Black with #BF2814

Text Example


Text Example

White with #BF2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2814; }

 p { color: rgb(191,40,20); }

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

background-color css

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

 a { background-color: rgb(191,40,20); }

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

border-color css

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

 span { border-color: rgb(191,40,20); }

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