#C0371A

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

Shades of Harley Davidson Orange #C0371A

Tints of Harley Davidson Orange #C0371A

Color information

#C0371A (or 0xC0371A) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 37 and 1A. RGB value is (192,55,26). Sum of RGB (Red+Green+Blue) = 192+55+26=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371A is #3FC8E5. Grayscale: #5C5C5C. Windows color (decimal): -4180198 or 1718208. OLE color: 1718208.

HSL color Cylindrical-coordinate representation of color #C0371A: hue angle of 10.48º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0371A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1925526-
CMYK00.710.860.25
HSL10.48º76.15%42.75%-
HSV(B)10.48º86.46%75.29%-
XYZ23.2914.012.45-
YUV92.6690.39198.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.33%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=70.33%
G=20.15%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192552600.710.860.2510.4876.1542.75
HexC0371A0475619a4c2b
Octal30067320107126311211453
Binary11000000110111110100100011110101101100110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0371A; }

 p { color: rgb(192,55,26); }

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

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

 a { background-color: rgb(192,55,26); }

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

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

 span { border-color: rgb(192,55,26); }

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