Html Css Color HEX #BC2E14 Harley Davidson Orange

📋 copy color: '#BC2E14'

red 188 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #BC2E14

Tints of Harley Davidson Orange #BC2E14

RGB

 RED value IS 188 (73.83% from 255) = 74.02%

 GREEN value IS 46 (18.36% from 255) = 18.11%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 74.02%
G = 18.11%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2E14 (or 0xBC2E14) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 14. RGB value is (188,46,20). Sum of RGB (Red+Green+Blue) = 188+46+20=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E14 is #43D1EB. Grayscale: #555555. Windows color (decimal): -4444652 or 1322684. OLE color: 1322684.

HSL color Cylindrical-coordinate representation of color #BC2E14: hue angle of 9.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2E14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 20 -
CMYK 0 0.76 0.89 0.26
HSL 9.29º 0.81% 0.41% -
HSV(B) 9.29º 0.89% 0.74% -
XYZ 21.84 12.7 1.96 -
YUV 85.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 188 46 20 0 0.76 0.89 0.26 9.29 0.81 0.41
Hex BC 2E 14 0 4C 59 1A 9 51 29
Octal 274 56 24 0 114 131 32 11 121 51
Binary 10111100 101110 10100 0 1001100 1011001 11010 1001 1010001 101001

Color Harmonies of #BC2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E14

Black with #BC2E14

Text Example


Text Example

White with #BC2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E14; }

 p { color: rgb(188,46,20); }

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

background-color css

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

 a { background-color: rgb(188,46,20); }

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

border-color css

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

 span { border-color: rgb(188,46,20); }

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