Html Css Color HEX #BF2A08 Harley Davidson Orange

📋 copy color: '#BF2A08'

red 191 ◦ green 42 ◦ blue 8

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

Shades of Harley Davidson Orange #BF2A08

Tints of Harley Davidson Orange #BF2A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 79.25%
G = 17.43%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF2A08 (or 0xBF2A08) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 08. RGB value is (191,42,8). Sum of RGB (Red+Green+Blue) = 191+42+8=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A08 is #40D5F7. Grayscale: #525252. Windows color (decimal): -4249080 or 535231. OLE color: 535231.

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

Color convert

RGB 191 42 8 -
CMYK 0 0.78 0.96 0.25
HSL 11.15º 0.92% 0.39% -
HSV(B) 11.15º 0.96% 0.75% -
XYZ 22.36 12.75 1.51 -
YUV 82.68 85.86 205.26 -
System Red Green Blue C M Y K H S L
Decimal 191 42 8 0 0.78 0.96 0.25 11.15 0.92 0.39
Hex BF 2A 8 0 4E 60 19 B 5C 27
Octal 277 52 10 0 116 140 31 13 134 47
Binary 10111111 101010 1000 0 1001110 1100000 11001 1011 1011100 100111

Color Harmonies of #BF2A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A08

Black with #BF2A08

Text Example


Text Example

White with #BF2A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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