Html Css Color HEX #BF2F21 Harley Davidson Orange

📋 copy color: '#BF2F21'

red 191 ◦ green 47 ◦ blue 33

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

Shades of Harley Davidson Orange #BF2F21

Tints of Harley Davidson Orange #BF2F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 70.48%
G = 17.34%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF2F21 (or 0xBF2F21) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 21. RGB value is (191,47,33). Sum of RGB (Red+Green+Blue) = 191+47+33=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F21 is #40D0DE. Grayscale: #585858. Windows color (decimal): -4247775 or 2174911. OLE color: 2174911.

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

Color convert

RGB 191 47 33 -
CMYK 0 0.75 0.83 0.25
HSL 5.32º 0.71% 0.44% -
HSV(B) 5.32º 0.83% 0.75% -
XYZ 22.78 13.22 2.79 -
YUV 88.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 191 47 33 0 0.75 0.83 0.25 5.32 0.71 0.44
Hex BF 2F 21 0 4B 53 19 5 47 2C
Octal 277 57 41 0 113 123 31 5 107 54
Binary 10111111 101111 100001 0 1001011 1010011 11001 101 1000111 101100

Color Harmonies of #BF2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F21

Black with #BF2F21

Text Example


Text Example

White with #BF2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F21; }

 p { color: rgb(191,47,33); }

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

background-color css

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

 a { background-color: rgb(191,47,33); }

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

border-color css

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

 span { border-color: rgb(191,47,33); }

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