#c4441d

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

Shades of Harley Davidson Orange #C4441D

Tints of Harley Davidson Orange #C4441D

Color information

#C4441D (or 0xC4441D) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 44 and 1D. RGB value is (196,68,29). Sum of RGB (Red+Green+Blue) = 196+68+29=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4441D is #3BBBE2. Grayscale: #666666. Windows color (decimal): -3914723 or 1918148. OLE color: 1918148.

HSL color Cylindrical-coordinate representation of color #C4441D: hue angle of 14.01º 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 #C4441D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1966829-
CMYK00.650.850.23
HSL14.01º74.22%44.12%-
HSV(B)14.01º85.2%76.86%-
XYZ25.0515.962.92-
YUV101.8386.91195.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.89%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=66.89%
G=23.21%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196682900.650.850.2314.0174.2244.12
HexC4441D0415517e4a2c
Octal304104350101125271611254
Binary110001001000100111010100000110101011011111101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4441d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4441d; }

 p { color: rgb(196,68,29); }

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

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

 a { background-color: rgb(196,68,29); }

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

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

 span { border-color: rgb(196,68,29); }

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