#CC4419

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

Shades of Harley Davidson Orange #CC4419

Tints of Harley Davidson Orange #CC4419

Color information

#CC4419 (or 0xCC4419) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 44 and 19. RGB value is (204,68,25). Sum of RGB (Red+Green+Blue) = 204+68+25=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4419 is #33BBE6. Grayscale: #686868. Windows color (decimal): -3390439 or 1656012. OLE color: 1656012.

HSL color Cylindrical-coordinate representation of color #CC4419: hue angle of 14.41º 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 #CC4419 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2046825-
CMYK00.670.880.2
HSL14.41º78.17%44.9%-
HSV(B)14.41º87.75%80%-
XYZ27.1417.042.78-
YUV103.7683.56199.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.69%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=68.69%
G=22.90%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204682500.670.880.214.4178.1744.9
HexCC44190435814e4e2d
Octal314104310103130241611655
Binary110011001000100110010100001110110001010011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4419; }

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

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

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

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

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

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

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

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