Html Css Color HEX #BF381E Harley Davidson Orange

📋 copy color: '#BF381E'

red 191 ◦ green 56 ◦ blue 30

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

Shades of Harley Davidson Orange #BF381E

Tints of Harley Davidson Orange #BF381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 68.95%
G = 20.22%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF381E (or 0xBF381E) is known color: Harley Davidson Orange. HEX triplet: BF, 38 and 1E. RGB value is (191,56,30). Sum of RGB (Red+Green+Blue) = 191+56+30=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF381E is #40C7E1. Grayscale: #5D5D5D. Windows color (decimal): -4245474 or 1980607. OLE color: 1980607.

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

Color convert

RGB 191 56 30 -
CMYK 0 0.71 0.84 0.25
HSL 9.69º 0.73% 0.43% -
HSV(B) 9.69º 0.84% 0.75% -
XYZ 23.13 14 2.71 -
YUV 93.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 191 56 30 0 0.71 0.84 0.25 9.69 0.73 0.43
Hex BF 38 1E 0 47 54 19 A 49 2B
Octal 277 70 36 0 107 124 31 12 111 53
Binary 10111111 111000 11110 0 1000111 1010100 11001 1010 1001001 101011

Color Harmonies of #BF381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF381E

Black with #BF381E

Text Example


Text Example

White with #BF381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF381E; }

 p { color: rgb(191,56,30); }

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

background-color css

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

 a { background-color: rgb(191,56,30); }

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

border-color css

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

 span { border-color: rgb(191,56,30); }

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