Html Css Color HEX #BF370D Harley Davidson Orange

📋 copy color: '#BF370D'

red 191 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #BF370D

Tints of Harley Davidson Orange #BF370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 73.75%
G = 21.24%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF370D (or 0xBF370D) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 0D. RGB value is (191,55,13). Sum of RGB (Red+Green+Blue) = 191+55+13=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF370D is #40C8F2. Grayscale: #5B5B5B. Windows color (decimal): -4245747 or 866239. OLE color: 866239.

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

Color convert

RGB 191 55 13 -
CMYK 0 0.71 0.93 0.25
HSL 14.16º 0.87% 0.4% -
HSV(B) 14.16º 0.93% 0.75% -
XYZ 22.92 13.84 1.84 -
YUV 90.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 191 55 13 0 0.71 0.93 0.25 14.16 0.87 0.4
Hex BF 37 D 0 47 5D 19 E 57 28
Octal 277 67 15 0 107 135 31 16 127 50
Binary 10111111 110111 1101 0 1000111 1011101 11001 1110 1010111 101000

Color Harmonies of #BF370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF370D

Black with #BF370D

Text Example


Text Example

White with #BF370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF370D; }

 p { color: rgb(191,55,13); }

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

background-color css

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

 a { background-color: rgb(191,55,13); }

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

border-color css

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

 span { border-color: rgb(191,55,13); }

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