#c43d1b

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

Shades of Harley Davidson Orange #C43D1B

Tints of Harley Davidson Orange #C43D1B

Color information

#C43D1B (or 0xC43D1B) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3D and 1B. RGB value is (196,61,27). Sum of RGB (Red+Green+Blue) = 196+61+27=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D1B is #3BC2E4. Grayscale: #616161. Windows color (decimal): -3916517 or 1785284. OLE color: 1785284.

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

Color convert

RGB1966127-
CMYK00.690.860.23
HSL12.07º75.78%43.73%-
HSV(B)12.07º86.22%76.86%-
XYZ24.6315.152.66-
YUV97.4988.23198.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.01%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=69.01%
G=21.48%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196612700.690.860.2312.0775.7843.73
HexC43D1B0455617c4c2c
Octal30475330105126271411454
Binary11000100111101110110100010110101101011111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43d1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43d1b; }

 p { color: rgb(196,61,27); }

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

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

 a { background-color: rgb(196,61,27); }

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

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

 span { border-color: rgb(196,61,27); }

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