#C43E1C

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

Shades of Harley Davidson Orange #C43E1C

Tints of Harley Davidson Orange #C43E1C

Color information

#C43E1C (or 0xC43E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3E and 1C. RGB value is (196,62,28). Sum of RGB (Red+Green+Blue) = 196+62+28=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E1C is #3BC1E3. Grayscale: #626262. Windows color (decimal): -3916260 or 1851076. OLE color: 1851076.

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

Color convert

RGB1966228-
CMYK00.680.860.23
HSL12.14º75%43.92%-
HSV(B)12.14º85.71%76.86%-
XYZ24.715.262.74-
YUV98.1988.39197.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=68.53%
G=21.68%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196622800.680.860.2312.147543.92
HexC43E1C0445617c4b2c
Octal30476340104126271411354
Binary11000100111110111000100010010101101011111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E1C; }

 p { color: rgb(196,62,28); }

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

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

 a { background-color: rgb(196,62,28); }

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

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

 span { border-color: rgb(196,62,28); }

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