Html Css Color HEX #B71F02 Harley Davidson Orange

📋 copy color: '#B71F02'

red 183 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #B71F02

Tints of Harley Davidson Orange #B71F02

RGB

 RED value IS 183 (71.88% from 255) = 84.72%

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 84.72%
G = 14.35%
B = 0.93%

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

#B71F02 (or 0xB71F02) is known color: Harley Davidson Orange. HEX triplet: B7, 1F and 02. RGB value is (183,31,2). Sum of RGB (Red+Green+Blue) = 183+31+2=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F02 is #48E0FD. Grayscale: #494949. Windows color (decimal): -4776190 or 139191. OLE color: 139191.

HSL color Cylindrical-coordinate representation of color #B71F02: hue angle of 9.61º degrees, saturation: 0.98, 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 #B71F02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 2 -
CMYK 0 0.83 0.99 0.28
HSL 9.61º 0.98% 0.36% -
HSV(B) 9.61º 0.99% 0.72% -
XYZ 20.03 11.05 1.13 -
YUV 73.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 183 31 2 0 0.83 0.99 0.28 9.61 0.98 0.36
Hex B7 1F 2 0 53 63 1C A 62 24
Octal 267 37 2 0 123 143 34 12 142 44
Binary 10110111 11111 10 0 1010011 1100011 11100 1010 1100010 100100

Color Harmonies of #B71F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F02

Black with #B71F02

Text Example


Text Example

White with #B71F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F02; }

 p { color: rgb(183,31,2); }

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

background-color css

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

 a { background-color: rgb(183,31,2); }

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

border-color css

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

 span { border-color: rgb(183,31,2); }

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