Html Css Color HEX #BF2001 Harley Davidson Orange

📋 copy color: '#BF2001'

red 191 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2001

Tints of Harley Davidson Orange #BF2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 85.27%
G = 14.29%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2001 (or 0xBF2001) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 01. RGB value is (191,32,1). Sum of RGB (Red+Green+Blue) = 191+32+1=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2001 is #40DFFE. Grayscale: #4C4C4C. Windows color (decimal): -4251647 or 73919. OLE color: 73919.

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

Color convert

RGB 191 32 1 -
CMYK 0 0.83 0.99 0.25
HSL 9.79º 0.99% 0.38% -
HSV(B) 9.79º 0.99% 0.75% -
XYZ 22.01 12.11 1.21 -
YUV 76.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 191 32 1 0 0.83 0.99 0.25 9.79 0.99 0.38
Hex BF 20 1 0 53 63 19 A 63 26
Octal 277 40 1 0 123 143 31 12 143 46
Binary 10111111 100000 1 0 1010011 1100011 11001 1010 1100011 100110

Color Harmonies of #BF2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2001

Black with #BF2001

Text Example


Text Example

White with #BF2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2001; }

 p { color: rgb(191,32,1); }

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

background-color css

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

 a { background-color: rgb(191,32,1); }

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

border-color css

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

 span { border-color: rgb(191,32,1); }

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