#C43C1E

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

Shades of Harley Davidson Orange #C43C1E

Tints of Harley Davidson Orange #C43C1E

Color information

#C43C1E (or 0xC43C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3C and 1E. RGB value is (196,60,30). Sum of RGB (Red+Green+Blue) = 196+60+30=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C1E is #3BC3E1. Grayscale: #616161. Windows color (decimal): -3916770 or 1981636. OLE color: 1981636.

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

Color convert

RGB1966030-
CMYK00.690.850.23
HSL10.84º73.45%44.31%-
HSV(B)10.84º84.69%76.86%-
XYZ24.6215.062.84-
YUV97.2490.06198.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=68.53%
G=20.98%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196603000.690.850.2310.8473.4544.31
HexC43C1E0455517b492c
Octal30474360105125271311154
Binary11000100111100111100100010110101011011110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43C1E; }

 p { color: rgb(196,60,30); }

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

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

 a { background-color: rgb(196,60,30); }

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

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

 span { border-color: rgb(196,60,30); }

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