#CE4419

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

Shades of Harley Davidson Orange #CE4419

Tints of Harley Davidson Orange #CE4419

Color information

#CE4419 (or 0xCE4419) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 44 and 19. RGB value is (206,68,25). Sum of RGB (Red+Green+Blue) = 206+68+25=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4419 is #31BBE6. Grayscale: #686868. Windows color (decimal): -3259367 or 1656014. OLE color: 1656014.

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

Color convert

RGB2066825-
CMYK00.670.880.19
HSL14.25º78.35%45.29%-
HSV(B)14.25º87.86%80.78%-
XYZ27.717.332.8-
YUV104.3683.22200.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.90%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=68.90%
G=22.74%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206682500.670.880.1914.2578.3545.29
HexCE44190435813e4e2d
Octal316104310103130231611655
Binary110011101000100110010100001110110001001111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4419; }

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

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

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

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

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

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

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

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