Html Css Color HEX #BC2C15 Harley Davidson Orange

📋 copy color: '#BC2C15'

red 188 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #BC2C15

Tints of Harley Davidson Orange #BC2C15

RGB

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

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

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

R = 74.31%
G = 17.39%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2C15 (or 0xBC2C15) is known color: Harley Davidson Orange. HEX triplet: BC, 2C and 15. RGB value is (188,44,21). Sum of RGB (Red+Green+Blue) = 188+44+21=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2C15 is #43D3EA. Grayscale: #545454. Windows color (decimal): -4445163 or 1387708. OLE color: 1387708.

HSL color Cylindrical-coordinate representation of color #BC2C15: hue angle of 8.26º degrees, saturation: 0.8, 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 #BC2C15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 21 -
CMYK 0 0.77 0.89 0.26
HSL 8.26º 0.8% 0.41% -
HSV(B) 8.26º 0.89% 0.74% -
XYZ 21.78 12.55 1.98 -
YUV 84.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 188 44 21 0 0.77 0.89 0.26 8.26 0.8 0.41
Hex BC 2C 15 0 4D 59 1A 8 50 29
Octal 274 54 25 0 115 131 32 10 120 51
Binary 10111100 101100 10101 0 1001101 1011001 11010 1000 1010000 101001

Color Harmonies of #BC2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C15

Black with #BC2C15

Text Example


Text Example

White with #BC2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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