#C7261C

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

Shades of Harley Davidson Orange #C7261C

Tints of Harley Davidson Orange #C7261C

Color information

#C7261C (or 0xC7261C) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 26 and 1C. RGB value is (199,38,28). Sum of RGB (Red+Green+Blue) = 199+38+28=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7261C is #38D9E3. Grayscale: #555555. Windows color (decimal): -3725796 or 1844935. OLE color: 1844935.

HSL color Cylindrical-coordinate representation of color #C7261C: hue angle of 3.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7261C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1993828-
CMYK00.810.860.22
HSL3.51º75.33%44.51%-
HSV(B)3.51º85.93%78.04%-
XYZ24.4613.612.44-
YUV8595.84209.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.09%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=75.09%
G=14.34%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199382800.810.860.223.5175.3344.51
HexC7261C051561644b2d
Octal3074634012112626411355
Binary1100011110011011100010100011010110101101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7261C; }

 p { color: rgb(199,38,28); }

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

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

 a { background-color: rgb(199,38,28); }

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

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

 span { border-color: rgb(199,38,28); }

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