#C42612

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

Shades of Harley Davidson Orange #C42612

Tints of Harley Davidson Orange #C42612

Color information

#C42612 (or 0xC42612) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 26 and 12. RGB value is (196,38,18). Sum of RGB (Red+Green+Blue) = 196+38+18=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42612 is #3BD9ED. Grayscale: #535353. Windows color (decimal): -3922414 or 1189572. OLE color: 1189572.

HSL color Cylindrical-coordinate representation of color #C42612: hue angle of 6.74º degrees, saturation: 0.83, 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 #C42612 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1963818-
CMYK00.810.910.23
HSL6.74º83.18%41.96%-
HSV(B)6.74º90.82%76.86%-
XYZ23.5713.171.87-
YUV82.9691.35208.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.78%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=77.78%
G=15.08%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196381800.810.910.236.7483.1841.96
HexC426120515B177532a
Octal3044622012113327712352
Binary1100010010011010010010100011011011101111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42612; }

 p { color: rgb(196,38,18); }

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

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

 a { background-color: rgb(196,38,18); }

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

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

 span { border-color: rgb(196,38,18); }

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