#c43123

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

Shades of Harley Davidson Orange #C43123

Tints of Harley Davidson Orange #C43123

Color information

#C43123 (or 0xC43123) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 31 and 23. RGB value is (196,49,35). Sum of RGB (Red+Green+Blue) = 196+49+35=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C43123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43123 is #3BCEDC. Grayscale: #5B5B5B. Windows color (decimal): -3919581 or 2306500. OLE color: 2306500.

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

Color convert

RGB1964935-
CMYK00.750.820.23
HSL5.22º69.7%45.29%-
HSV(B)5.22º82.14%76.86%-
XYZ24.1714.053.03-
YUV91.3696.2202.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 35 (14.06% from 255) = 12.5%
R=70%
G=17.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196493500.750.820.235.2269.745.29
HexC4312304B52175462d
Octal3046143011312227510655
Binary11000100110001100011010010111010010101111011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43123; }

 p { color: rgb(196,49,35); }

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

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

 a { background-color: rgb(196,49,35); }

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

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

 span { border-color: rgb(196,49,35); }

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