#ce450c

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

Shades of Harley Davidson Orange #CE450C

Tints of Harley Davidson Orange #CE450C

Color information

#CE450C (or 0xCE450C) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 45 and 0C. RGB value is (206,69,12). Sum of RGB (Red+Green+Blue) = 206+69+12=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE450C is #31BAF3. Grayscale: #676767. Windows color (decimal): -3259124 or 804302. OLE color: 804302.

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

Color convert

RGB2066912-
CMYK00.670.940.19
HSL17.63º88.99%42.75%-
HSV(B)17.63º94.17%80.78%-
XYZ27.6517.42.25-
YUV103.4676.39201.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 71.78%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=71.78%
G=24.04%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206691200.670.940.1917.6388.9942.75
HexCE45C0435E1312592b
Octal316105140103136232213153
Binary110011101000101110001000011101111010011100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce450c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce450c; }

 p { color: rgb(206,69,12); }

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

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

 a { background-color: rgb(206,69,12); }

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

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

 span { border-color: rgb(206,69,12); }

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