Html Css Color HEX #B42101 Harley Davidson Orange

📋 copy color: '#B42101'

red 180 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #B42101

Tints of Harley Davidson Orange #B42101

RGB

 RED value IS 180 (70.7% from 255) = 84.11%

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

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

R = 84.11%
G = 15.42%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B42101 (or 0xB42101) is known color: Harley Davidson Orange. HEX triplet: B4, 21 and 01. RGB value is (180,33,1). Sum of RGB (Red+Green+Blue) = 180+33+1=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B42101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42101 is #4BDEFE. Grayscale: #494949. Windows color (decimal): -4972287 or 74164. OLE color: 74164.

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

Color convert

RGB 180 33 1 -
CMYK 0 0.82 0.99 0.29
HSL 10.73º 0.99% 0.35% -
HSV(B) 10.73º 0.99% 0.71% -
XYZ 19.37 10.79 1.09 -
YUV 73.31 87.2 204.1 -
System Red Green Blue C M Y K H S L
Decimal 180 33 1 0 0.82 0.99 0.29 10.73 0.99 0.35
Hex B4 21 1 0 52 63 1D B 63 23
Octal 264 41 1 0 122 143 35 13 143 43
Binary 10110100 100001 1 0 1010010 1100011 11101 1011 1100011 100011

Color Harmonies of #B42101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42101

Black with #B42101

Text Example


Text Example

White with #B42101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42101; }

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

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

background-color css

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

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

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

border-color css

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

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

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