#C4330A

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

Shades of Harley Davidson Orange #C4330A

Tints of Harley Davidson Orange #C4330A

Color information

#C4330A (or 0xC4330A) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 33 and 0A. RGB value is (196,51,10). Sum of RGB (Red+Green+Blue) = 196+51+10=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4330A is #3BCCF5. Grayscale: #595959. Windows color (decimal): -3919094 or 668612. OLE color: 668612.

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

Color convert

RGB1965110-
CMYK00.740.950.23
HSL13.23º90.29%40.39%-
HSV(B)13.23º94.9%76.86%-
XYZ2414.131.75-
YUV89.6883.04203.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 10 (4.30% from 255) = 3.89%
R=76.26%
G=19.84%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196511000.740.950.2313.2390.2940.39
HexC433A04A5F17d5a28
Octal30463120112137271513250
Binary1100010011001110100100101010111111011111011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4330A; }

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

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

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

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

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

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

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

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