Html Css Color HEX #B81F01 Harley Davidson Orange

📋 copy color: '#B81F01'

red 184 ◦ green 31 ◦ blue 1

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

Shades of Harley Davidson Orange #B81F01

Tints of Harley Davidson Orange #B81F01

RGB

 RED value IS 184 (72.27% from 255) = 85.19%

 GREEN value IS 31 (12.5% from 255) = 14.35%

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

R = 85.19%
G = 14.35%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B81F01 (or 0xB81F01) is known color: Harley Davidson Orange. HEX triplet: B8, 1F and 01. RGB value is (184,31,1). Sum of RGB (Red+Green+Blue) = 184+31+1=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F01 is #47E0FE. Grayscale: #494949. Windows color (decimal): -4710655 or 73656. OLE color: 73656.

HSL color Cylindrical-coordinate representation of color #B81F01: hue angle of 9.84º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B81F01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 31 1 -
CMYK 0 0.83 0.99 0.28
HSL 9.84º 0.99% 0.36% -
HSV(B) 9.84º 0.99% 0.72% -
XYZ 20.26 11.17 1.12 -
YUV 73.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 184 31 1 0 0.83 0.99 0.28 9.84 0.99 0.36
Hex B8 1F 1 0 53 63 1C A 63 24
Octal 270 37 1 0 123 143 34 12 143 44
Binary 10111000 11111 1 0 1010011 1100011 11100 1010 1100011 100100

Color Harmonies of #B81F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F01

Black with #B81F01

Text Example


Text Example

White with #B81F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F01; }

 p { color: rgb(184,31,1); }

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

background-color css

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

 a { background-color: rgb(184,31,1); }

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

border-color css

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

 span { border-color: rgb(184,31,1); }

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