Html Css Color HEX #B12101 Harley Davidson Orange

📋 copy color: '#B12101'

red 177 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #B12101

Tints of Harley Davidson Orange #B12101

RGB

 RED value IS 177 (69.53% from 255) = 83.89%

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 83.89%
G = 15.64%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B12101 (or 0xB12101) is known color: Harley Davidson Orange. HEX triplet: B1, 21 and 01. RGB value is (177,33,1). Sum of RGB (Red+Green+Blue) = 177+33+1=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B12101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12101 is #4EDEFE. Grayscale: #484848. Windows color (decimal): -5168895 or 74161. OLE color: 74161.

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

Color convert

RGB 177 33 1 -
CMYK 0 0.81 0.99 0.31
HSL 10.91º 0.99% 0.35% -
HSV(B) 10.91º 0.99% 0.69% -
XYZ 18.68 10.44 1.06 -
YUV 72.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 177 33 1 0 0.81 0.99 0.31 10.91 0.99 0.35
Hex B1 21 1 0 51 63 1F B 63 23
Octal 261 41 1 0 121 143 37 13 143 43
Binary 10110001 100001 1 0 1010001 1100011 11111 1011 1100011 100011

Color Harmonies of #B12101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12101

Black with #B12101

Text Example


Text Example

White with #B12101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12101; }

 p { color: rgb(177,33,1); }

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

background-color css

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

 a { background-color: rgb(177,33,1); }

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

border-color css

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

 span { border-color: rgb(177,33,1); }

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