#C43914

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

Shades of Harley Davidson Orange #C43914

Tints of Harley Davidson Orange #C43914

Color information

#C43914 (or 0xC43914) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 39 and 14. RGB value is (196,57,20). Sum of RGB (Red+Green+Blue) = 196+57+20=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43914 is #3BC6EB. Grayscale: #5E5E5E. Windows color (decimal): -3917548 or 1325508. OLE color: 1325508.

HSL color Cylindrical-coordinate representation of color #C43914: hue angle of 12.61º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C43914 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1965720-
CMYK00.710.900.23
HSL12.61º81.48%42.35%-
HSV(B)12.61º89.8%76.86%-
XYZ24.3514.712.22-
YUV94.3486.05200.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.79%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=71.79%
G=20.88%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196572000.710.900.2312.6181.4842.35
HexC439140475A17d512a
Octal30471240107132271512152
Binary11000100111001101000100011110110101011111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43914; }

 p { color: rgb(196,57,20); }

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

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

 a { background-color: rgb(196,57,20); }

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

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

 span { border-color: rgb(196,57,20); }

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