Html Css Color HEX #BC2801 Harley Davidson Orange

📋 copy color: '#BC2801'

red 188 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #BC2801

Tints of Harley Davidson Orange #BC2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 82.1%
G = 17.47%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2801 (or 0xBC2801) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 01. RGB value is (188,40,1). Sum of RGB (Red+Green+Blue) = 188+40+1=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2801 is #43D7FE. Grayscale: #505050. Windows color (decimal): -4446207 or 75964. OLE color: 75964.

HSL color Cylindrical-coordinate representation of color #BC2801: hue angle of 12.51º 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 #BC2801 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 1 -
CMYK 0 0.79 0.99 0.26
HSL 12.51º 0.99% 0.37% -
HSV(B) 12.51º 0.99% 0.74% -
XYZ 21.5 12.21 1.25 -
YUV 79.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 188 40 1 0 0.79 0.99 0.26 12.51 0.99 0.37
Hex BC 28 1 0 4F 63 1A D 63 25
Octal 274 50 1 0 117 143 32 15 143 45
Binary 10111100 101000 1 0 1001111 1100011 11010 1101 1100011 100101

Color Harmonies of #BC2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2801

Black with #BC2801

Text Example


Text Example

White with #BC2801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2801; }

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

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

background-color css

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

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

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

border-color css

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

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

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