#C42411

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

Shades of Harley Davidson Orange #C42411

Tints of Harley Davidson Orange #C42411

Color information

#C42411 (or 0xC42411) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 24 and 11. RGB value is (196,36,17). Sum of RGB (Red+Green+Blue) = 196+36+17=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C42411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42411 is #3BDBEE. Grayscale: #515151. Windows color (decimal): -3922927 or 1123524. OLE color: 1123524.

HSL color Cylindrical-coordinate representation of color #C42411: hue angle of 6.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C42411 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1963617-
CMYK00.820.910.23
HSL6.37º84.04%41.76%-
HSV(B)6.37º91.33%76.86%-
XYZ23.513.041.81-
YUV81.6791.51209.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 78.71%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=78.71%
G=14.46%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196361700.820.910.236.3784.0441.76
HexC424110525B176542a
Octal3044421012213327612452
Binary1100010010010010001010100101011011101111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42411; }

 p { color: rgb(196,36,17); }

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

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

 a { background-color: rgb(196,36,17); }

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

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

 span { border-color: rgb(196,36,17); }

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