#C4390A

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

Shades of Harley Davidson Orange #C4390A

Tints of Harley Davidson Orange #C4390A

Color information

#C4390A (or 0xC4390A) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 39 and 0A. RGB value is (196,57,10). Sum of RGB (Red+Green+Blue) = 196+57+10=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4390A is #3BC6F5. Grayscale: #5D5D5D. Windows color (decimal): -3917558 or 670148. OLE color: 670148.

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

Color convert

RGB1965710-
CMYK00.710.950.23
HSL15.16º90.29%40.39%-
HSV(B)15.16º94.9%76.86%-
XYZ24.2814.681.84-
YUV93.281.05201.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.52%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=74.52%
G=21.67%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196571000.710.950.2315.1690.2940.39
HexC439A0475F17f5a28
Octal30471120107137271713250
Binary1100010011100110100100011110111111011111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4390A; }

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

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

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

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

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

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

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

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