Html Css Color HEX #B32401 Harley Davidson Orange

📋 copy color: '#B32401'

red 179 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #B32401

Tints of Harley Davidson Orange #B32401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 82.87%
G = 16.67%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32401 (or 0xB32401) is known color: Harley Davidson Orange. HEX triplet: B3, 24 and 01. RGB value is (179,36,1). Sum of RGB (Red+Green+Blue) = 179+36+1=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B32401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32401 is #4CDBFE. Grayscale: #4B4B4B. Windows color (decimal): -5037055 or 74931. OLE color: 74931.

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

Color convert

RGB 179 36 1 -
CMYK 0 0.80 0.99 0.30
HSL 11.8º 0.99% 0.35% -
HSV(B) 11.8º 0.99% 0.7% -
XYZ 19.23 10.85 1.11 -
YUV 74.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 179 36 1 0 0.80 0.99 0.30 11.8 0.99 0.35
Hex B3 24 1 0 50 63 1E C 63 23
Octal 263 44 1 0 120 143 36 14 143 43
Binary 10110011 100100 1 0 1010000 1100011 11110 1100 1100011 100011

Color Harmonies of #B32401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32401

Black with #B32401

Text Example


Text Example

White with #B32401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32401; }

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

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

background-color css

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

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

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

border-color css

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

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

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