#CE3211

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

Shades of Harley Davidson Orange #CE3211

Tints of Harley Davidson Orange #CE3211

Color information

#CE3211 (or 0xCE3211) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 32 and 11. RGB value is (206,50,17). Sum of RGB (Red+Green+Blue) = 206+50+17=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3211 is #31CDEE. Grayscale: #5D5D5D. Windows color (decimal): -3263983 or 1127118. OLE color: 1127118.

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

Color convert

RGB2065017-
CMYK00.760.920.19
HSL10.48º84.75%43.73%-
HSV(B)10.48º91.75%80.78%-
XYZ26.715.442.1-
YUV92.8885.18208.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 75.46%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=75.46%
G=18.32%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206501700.760.920.1910.4884.7543.73
HexCE321104C5C13a552c
Octal31662210114134231212554
Binary11001110110010100010100110010111001001110101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3211; }

 p { color: rgb(206,50,17); }

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

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

 a { background-color: rgb(206,50,17); }

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

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

 span { border-color: rgb(206,50,17); }

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