#CE4113

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

Shades of Harley Davidson Orange #CE4113

Tints of Harley Davidson Orange #CE4113

Color information

#CE4113 (or 0xCE4113) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 41 and 13. RGB value is (206,65,19). Sum of RGB (Red+Green+Blue) = 206+65+19=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4113 is #31BEEC. Grayscale: #666666. Windows color (decimal): -3260141 or 1262030. OLE color: 1262030.

HSL color Cylindrical-coordinate representation of color #CE4113: hue angle of 14.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4113 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2066519-
CMYK00.680.910.19
HSL14.76º83.11%44.12%-
HSV(B)14.76º90.78%80.78%-
XYZ27.4616.952.44-
YUV101.9281.21202.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 71.03%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=71.03%
G=22.41%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206651900.680.910.1914.7683.1144.12
HexCE41130445B13f532c
Octal316101230104133231712354
Binary110011101000001100110100010010110111001111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4113; }

 p { color: rgb(206,65,19); }

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

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

 a { background-color: rgb(206,65,19); }

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

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

 span { border-color: rgb(206,65,19); }

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