Html Css Color HEX #BF2F07 Harley Davidson Orange

📋 copy color: '#BF2F07'

red 191 ◦ green 47 ◦ blue 7

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

Shades of Harley Davidson Orange #BF2F07

Tints of Harley Davidson Orange #BF2F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 77.96%
G = 19.18%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF2F07 (or 0xBF2F07) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 07. RGB value is (191,47,7). Sum of RGB (Red+Green+Blue) = 191+47+7=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F07 is #40D0F8. Grayscale: #555555. Windows color (decimal): -4247801 or 470975. OLE color: 470975.

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

Color convert

RGB 191 47 7 -
CMYK 0 0.75 0.96 0.25
HSL 13.04º 0.93% 0.39% -
HSV(B) 13.04º 0.96% 0.75% -
XYZ 22.54 13.12 1.55 -
YUV 85.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 191 47 7 0 0.75 0.96 0.25 13.04 0.93 0.39
Hex BF 2F 7 0 4B 60 19 D 5D 27
Octal 277 57 7 0 113 140 31 15 135 47
Binary 10111111 101111 111 0 1001011 1100000 11001 1101 1011101 100111

Color Harmonies of #BF2F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F07

Black with #BF2F07

Text Example


Text Example

White with #BF2F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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