Html Css Color HEX #BF4121 Harley Davidson Orange

📋 copy color: '#BF4121'

red 191 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #BF4121

Tints of Harley Davidson Orange #BF4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 66.09%
G = 22.49%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF4121 (or 0xBF4121) is known color: Harley Davidson Orange. HEX triplet: BF, 41 and 21. RGB value is (191,65,33). Sum of RGB (Red+Green+Blue) = 191+65+33=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4121 is #40BEDE. Grayscale: #636363. Windows color (decimal): -4243167 or 2179519. OLE color: 2179519.

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

Color convert

RGB 191 65 33 -
CMYK 0 0.66 0.83 0.25
HSL 12.15º 0.71% 0.44% -
HSV(B) 12.15º 0.83% 0.75% -
XYZ 23.65 14.97 3.08 -
YUV 99.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 191 65 33 0 0.66 0.83 0.25 12.15 0.71 0.44
Hex BF 41 21 0 42 53 19 C 47 2C
Octal 277 101 41 0 102 123 31 14 107 54
Binary 10111111 1000001 100001 0 1000010 1010011 11001 1100 1000111 101100

Color Harmonies of #BF4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4121

Black with #BF4121

Text Example


Text Example

White with #BF4121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4121; }

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

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

background-color css

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

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

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

border-color css

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

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

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