Html Css Color HEX #B32501 Harley Davidson Orange

📋 copy color: '#B32501'

red 179 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #B32501

Tints of Harley Davidson Orange #B32501

RGB

 RED value IS 179 (70.31% from 255) = 82.49%

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

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

R = 82.49%
G = 17.05%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32501 (or 0xB32501) is known color: Harley Davidson Orange. HEX triplet: B3, 25 and 01. RGB value is (179,37,1). Sum of RGB (Red+Green+Blue) = 179+37+1=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B32501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32501 is #4CDAFE. Grayscale: #4B4B4B. Windows color (decimal): -5036799 or 75187. OLE color: 75187.

HSL color Cylindrical-coordinate representation of color #B32501: hue angle of 12.13º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32501 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 1 -
CMYK 0 0.79 0.99 0.30
HSL 12.13º 0.99% 0.35% -
HSV(B) 12.13º 0.99% 0.7% -
XYZ 19.26 10.91 1.12 -
YUV 75.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 179 37 1 0 0.79 0.99 0.30 12.13 0.99 0.35
Hex B3 25 1 0 4F 63 1E C 63 23
Octal 263 45 1 0 117 143 36 14 143 43
Binary 10110011 100101 1 0 1001111 1100011 11110 1100 1100011 100011

Color Harmonies of #B32501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32501

Black with #B32501

Text Example


Text Example

White with #B32501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32501; }

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

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

background-color css

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

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

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

border-color css

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

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

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