Html Css Color HEX #BC2501 Harley Davidson Orange

📋 copy color: '#BC2501'

red 188 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #BC2501

Tints of Harley Davidson Orange #BC2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 83.19%
G = 16.37%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2501 (or 0xBC2501) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 01. RGB value is (188,37,1). Sum of RGB (Red+Green+Blue) = 188+37+1=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2501 is #43DAFE. Grayscale: #4E4E4E. Windows color (decimal): -4446975 or 75196. OLE color: 75196.

HSL color Cylindrical-coordinate representation of color #BC2501: hue angle of 11.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2501 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 1 -
CMYK 0 0.80 0.99 0.26
HSL 11.55º 0.99% 0.37% -
HSV(B) 11.55º 0.99% 0.74% -
XYZ 21.41 12.02 1.22 -
YUV 78.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 188 37 1 0 0.80 0.99 0.26 11.55 0.99 0.37
Hex BC 25 1 0 50 63 1A C 63 25
Octal 274 45 1 0 120 143 32 14 143 45
Binary 10111100 100101 1 0 1010000 1100011 11010 1100 1100011 100101

Color Harmonies of #BC2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2501

Black with #BC2501

Text Example


Text Example

White with #BC2501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2501; }

 p { color: rgb(188,37,1); }

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

background-color css

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

 a { background-color: rgb(188,37,1); }

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

border-color css

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

 span { border-color: rgb(188,37,1); }

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