#CC3119

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

Shades of Harley Davidson Orange #CC3119

Tints of Harley Davidson Orange #CC3119

Color information

#CC3119 (or 0xCC3119) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 31 and 19. RGB value is (204,49,25). Sum of RGB (Red+Green+Blue) = 204+49+25=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3119 is #33CEE6. Grayscale: #5C5C5C. Windows color (decimal): -3395303 or 1651148. OLE color: 1651148.

HSL color Cylindrical-coordinate representation of color #CC3119: hue angle of 8.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC3119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2044925-
CMYK00.760.880.2
HSL8.04º78.17%44.9%-
HSV(B)8.04º87.75%80%-
XYZ26.1815.12.46-
YUV92.6189.85207.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.38%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 25 (10.16% from 255) = 8.99%
R=73.38%
G=17.63%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204492500.760.880.28.0478.1744.9
HexCC311904C581484e2d
Octal31461310114130241011655
Binary11001100110001110010100110010110001010010001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3119; }

 p { color: rgb(204,49,25); }

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

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

 a { background-color: rgb(204,49,25); }

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

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

 span { border-color: rgb(204,49,25); }

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