#C3290A

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

Shades of Harley Davidson Orange #C3290A

Tints of Harley Davidson Orange #C3290A

Color information

#C3290A (or 0xC3290A) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 29 and 0A. RGB value is (195,41,10). Sum of RGB (Red+Green+Blue) = 195+41+10=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C3290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3290A is #3CD6F5. Grayscale: #535353. Windows color (decimal): -3987190 or 666051. OLE color: 666051.

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

Color convert

RGB1954110-
CMYK00.790.950.24
HSL10.05º90.24%40.2%-
HSV(B)10.05º94.87%76.47%-
XYZ23.3513.211.61-
YUV83.5186.52207.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.27%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=79.27%
G=16.67%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195411000.790.950.2410.0590.2440.2
HexC329A04F5F18a5a28
Octal30351120117137301213250
Binary1100001110100110100100111110111111100010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3290A; }

 p { color: rgb(195,41,10); }

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

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

 a { background-color: rgb(195,41,10); }

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

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

 span { border-color: rgb(195,41,10); }

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