Html Css Color HEX #BF3F21 Harley Davidson Orange

📋 copy color: '#BF3F21'

red 191 ◦ green 63 ◦ blue 33

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

Shades of Harley Davidson Orange #BF3F21

Tints of Harley Davidson Orange #BF3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 66.55%
G = 21.95%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3F21 (or 0xBF3F21) is known color: Harley Davidson Orange. HEX triplet: BF, 3F and 21. RGB value is (191,63,33). Sum of RGB (Red+Green+Blue) = 191+63+33=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F21 is #40C0DE. Grayscale: #626262. Windows color (decimal): -4243679 or 2179007. OLE color: 2179007.

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

Color convert

RGB 191 63 33 -
CMYK 0 0.67 0.83 0.25
HSL 11.39º 0.71% 0.44% -
HSV(B) 11.39º 0.83% 0.75% -
XYZ 23.54 14.74 3.04 -
YUV 97.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 191 63 33 0 0.67 0.83 0.25 11.39 0.71 0.44
Hex BF 3F 21 0 43 53 19 B 47 2C
Octal 277 77 41 0 103 123 31 13 107 54
Binary 10111111 111111 100001 0 1000011 1010011 11001 1011 1000111 101100

Color Harmonies of #BF3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F21

Black with #BF3F21

Text Example


Text Example

White with #BF3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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