#CE2016

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

Shades of Harley Davidson Orange #CE2016

Tints of Harley Davidson Orange #CE2016

Color information

#CE2016 (or 0xCE2016) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 20 and 16. RGB value is (206,32,22). Sum of RGB (Red+Green+Blue) = 206+32+22=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2016 is #31DFE9. Grayscale: #535353. Windows color (decimal): -3268586 or 1450190. OLE color: 1450190.

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

Color convert

RGB2063222-
CMYK00.840.890.19
HSL3.26º80.7%44.71%-
HSV(B)3.26º89.32%80.78%-
XYZ26.1114.212.13-
YUV82.8993.65215.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 79.23%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=79.23%
G=12.31%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206322200.840.890.193.2680.744.71
HexCE201605459133512d
Octal3164026012413123312155
Binary110011101000001011001010100101100110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2016; }

 p { color: rgb(206,32,22); }

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

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

 a { background-color: rgb(206,32,22); }

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

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

 span { border-color: rgb(206,32,22); }

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