Html Css Color HEX #BF2A19 Harley Davidson Orange

📋 copy color: '#BF2A19'

red 191 ◦ green 42 ◦ blue 25

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

Shades of Harley Davidson Orange #BF2A19

Tints of Harley Davidson Orange #BF2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 74.03%
G = 16.28%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF2A19 (or 0xBF2A19) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 19. RGB value is (191,42,25). Sum of RGB (Red+Green+Blue) = 191+42+25=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A19 is #40D5E6. Grayscale: #545454. Windows color (decimal): -4249063 or 1649343. OLE color: 1649343.

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

Color convert

RGB 191 42 25 -
CMYK 0 0.78 0.87 0.25
HSL 6.14º 0.77% 0.42% -
HSV(B) 6.14º 0.87% 0.75% -
XYZ 22.49 12.8 2.21 -
YUV 84.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 191 42 25 0 0.78 0.87 0.25 6.14 0.77 0.42
Hex BF 2A 19 0 4E 57 19 6 4D 2A
Octal 277 52 31 0 116 127 31 6 115 52
Binary 10111111 101010 11001 0 1001110 1010111 11001 110 1001101 101010

Color Harmonies of #BF2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A19

Black with #BF2A19

Text Example


Text Example

White with #BF2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A19; }

 p { color: rgb(191,42,25); }

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

background-color css

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

 a { background-color: rgb(191,42,25); }

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

border-color css

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

 span { border-color: rgb(191,42,25); }

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