Html Css Color HEX #BF2C15 Harley Davidson Orange

📋 copy color: '#BF2C15'

red 191 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #BF2C15

Tints of Harley Davidson Orange #BF2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 74.61%
G = 17.19%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF2C15 (or 0xBF2C15) is known color: Harley Davidson Orange. HEX triplet: BF, 2C and 15. RGB value is (191,44,21). Sum of RGB (Red+Green+Blue) = 191+44+21=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C15 is #40D3EA. Grayscale: #555555. Windows color (decimal): -4248555 or 1387711. OLE color: 1387711.

HSL color Cylindrical-coordinate representation of color #BF2C15: hue angle of 8.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF2C15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 44 21 -
CMYK 0 0.77 0.89 0.25
HSL 8.12º 0.8% 0.42% -
HSV(B) 8.12º 0.89% 0.75% -
XYZ 22.52 12.93 2.02 -
YUV 85.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 191 44 21 0 0.77 0.89 0.25 8.12 0.8 0.42
Hex BF 2C 15 0 4D 59 19 8 50 2A
Octal 277 54 25 0 115 131 31 10 120 52
Binary 10111111 101100 10101 0 1001101 1011001 11001 1000 1010000 101010

Color Harmonies of #BF2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C15

Black with #BF2C15

Text Example


Text Example

White with #BF2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C15; }

 p { color: rgb(191,44,21); }

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

background-color css

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

 a { background-color: rgb(191,44,21); }

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

border-color css

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

 span { border-color: rgb(191,44,21); }

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