#c4371b

Color #C4371B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C4371B

Tints of Harley Davidson Orange #C4371B

Color information

#C4371B (or 0xC4371B) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 37 and 1B. RGB value is (196,55,27). Sum of RGB (Red+Green+Blue) = 196+55+27=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4371B is #3BC8E4. Grayscale: #5E5E5E. Windows color (decimal): -3918053 or 1783748. OLE color: 1783748.

HSL color Cylindrical-coordinate representation of color #C4371B: hue angle of 9.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4371B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1965527-
CMYK00.720.860.23
HSL9.94º75.78%43.73%-
HSV(B)9.94º86.22%76.86%-
XYZ24.3314.552.56-
YUV93.9790.21200.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.50%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=70.50%
G=19.78%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196552700.720.860.239.9475.7843.73
HexC4371B0485617a4c2c
Octal30467330110126271211454
Binary11000100110111110110100100010101101011110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4371b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4371b; }

 p { color: rgb(196,55,27); }

 H1.HeaderClassName
 {
   color: #c4371b;
 }
 .AnyTagClassName
 {
   color: #c4371b;
 }
</style>
background-color css

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

 a { background-color: rgb(196,55,27); }

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

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

 span { border-color: rgb(196,55,27); }

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