Html Css Color HEX #BF3121 Harley Davidson Orange

📋 copy color: '#BF3121'

red 191 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #BF3121

Tints of Harley Davidson Orange #BF3121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 69.96%
G = 17.95%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3121 (or 0xBF3121) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 21. RGB value is (191,49,33). Sum of RGB (Red+Green+Blue) = 191+49+33=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3121 is #40CEDE. Grayscale: #595959. Windows color (decimal): -4247263 or 2175423. OLE color: 2175423.

HSL color Cylindrical-coordinate representation of color #BF3121: hue angle of 6.08º 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 #BF3121 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 33 -
CMYK 0 0.74 0.83 0.25
HSL 6.08º 0.71% 0.44% -
HSV(B) 6.08º 0.83% 0.75% -
XYZ 22.86 13.38 2.82 -
YUV 89.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 191 49 33 0 0.74 0.83 0.25 6.08 0.71 0.44
Hex BF 31 21 0 4A 53 19 6 47 2C
Octal 277 61 41 0 112 123 31 6 107 54
Binary 10111111 110001 100001 0 1001010 1010011 11001 110 1000111 101100

Color Harmonies of #BF3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3121

Black with #BF3121

Text Example


Text Example

White with #BF3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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