#C4380A

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

Shades of Harley Davidson Orange #C4380A

Tints of Harley Davidson Orange #C4380A

Color information

#C4380A (or 0xC4380A) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 38 and 0A. RGB value is (196,56,10). Sum of RGB (Red+Green+Blue) = 196+56+10=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4380A is #3BC7F5. Grayscale: #5C5C5C. Windows color (decimal): -3917814 or 669892. OLE color: 669892.

HSL color Cylindrical-coordinate representation of color #C4380A: hue angle of 14.84º 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 #C4380A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1965610-
CMYK00.710.950.23
HSL14.84º90.29%40.39%-
HSV(B)14.84º94.9%76.86%-
XYZ24.2314.591.83-
YUV92.6281.38201.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.81%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=74.81%
G=21.37%
B=3.82%

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
Decimal196561000.710.950.2314.8490.2940.39
HexC438A0475F17f5a28
Octal30470120107137271713250
Binary1100010011100010100100011110111111011111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4380A; }

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

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

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

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

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

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

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

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