#C5291D

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

Shades of Harley Davidson Orange #C5291D

Tints of Harley Davidson Orange #C5291D

Color information

#C5291D (or 0xC5291D) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 29 and 1D. RGB value is (197,41,29). Sum of RGB (Red+Green+Blue) = 197+41+29=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5291D is #3AD6E2. Grayscale: #565656. Windows color (decimal): -3856099 or 1911237. OLE color: 1911237.

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

Color convert

RGB1974129-
CMYK00.790.850.23
HSL4.29º74.34%44.31%-
HSV(B)4.29º85.28%77.25%-
XYZ24.0413.542.51-
YUV86.2895.68206.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 73.78%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=73.78%
G=15.36%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197412900.790.850.234.2974.3444.31
HexC5291D04F551744a2c
Octal3055135011712527411254
Binary1100010110100111101010011111010101101111001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5291D; }

 p { color: rgb(197,41,29); }

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

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

 a { background-color: rgb(197,41,29); }

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

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

 span { border-color: rgb(197,41,29); }

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